Click or drag to resize

Vector3H Methods

The Vector3H type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbs Returns a vector whose elements are the absolute values of each of the specified vector's components.
Public methodStatic memberAcos Calculates the arc-cosine of each component of the specified vector.
Public methodStatic memberAdd Adds two vectors.
Public methodStatic memberAllNonZero Determines whether all components of a given vector are unequal to the zero.
Public methodStatic memberAnyNonZero Determines whether any component of a given vector is unequal to the zero.
Public methodStatic memberAsin Calculates the arc-sine of each component of the specified vector.
Public methodStatic memberAtan Calculates the arc-tangent of each component of the specified vector.
Public methodStatic memberAtan2 Returns the vector which contains the angles in radians whose tangents are the quotient of the corresponding components in the first specified vector y and the second specified vector x.
Public methodClamp Restricts the current instance of Vector3H to be within a specified range and returns the clamped value.
Public methodStatic memberCos Calculates the cosine of each component of the specified vector.
Public methodStatic memberCosh Calculates the hyperbolic cosine of each component of the specified vector.
Public methodCross(Vector3H) Calculates the cross product of two vectors.
Public methodStatic memberCross(Vector3H, Vector3H) Calculates the cross product of two vectors.
Public methodCross(Vector3H, Vector3H) Calculates the cross product of two vectors.
Public methodStatic memberCross(Vector3H, Vector3H, Vector3H) Calculates the cross product of two vectors.
Public methodStatic memberDistance(Vector3H, Vector3H) Calculates the distance between two vectors.
Public methodStatic memberDistance(Vector3H, Vector3H) Calculates the distance between two vectors.
Public methodStatic memberDivide(HalfType, Vector3H, Vector3H) Divides a scalar by a vector.
Public methodStatic memberDivide(Vector3H, HalfType, Vector3H) Divides a vector by a given scalar.
Public methodStatic memberDivide(Vector3H, Vector3H, Vector3H) Divides the first vector by the second vector.
Public methodDot(Vector3H) Calculates the dot product of two vectors.
Public methodDot(Vector3H) Calculates the dot product of two vectors.
Public methodStatic memberDot(Vector3H, Vector3H) Calculates the dot product of two vectors.
Public methodStatic memberDot(Vector3H, Vector3H) Calculates the dot product of two vectors.
Public methodEquals(Object) Determines whether the specified object is equal to the current instance of Vector3H.
(Overrides ValueTypeEquals(Object))
Public methodEquals(Vector3H, HalfType) Determines whether the specified vector is equal to the current instance of Vector3H with a given precision.
Public methodEquals(Vector3H, HalfType) Determines whether the specified vector is equal to the current instance of Vector3H with a given precision.
Public methodStatic memberExp Returns the vector which contains e raised to the power of n, where n is the corresponding component in the specified vector.
Public methodGetClamp Restricts the current instance of Vector3H to be within a specified range and returns the clamped value.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetSaturate Clamps the components of the current instance of Vector3H between 0 and 1 and returns the saturated value.
Public methodGetTruncate Rounds a given vector towards zero for each component in it and returns the truncated vector.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLength Calculates the length of the current instance of Vector3H.
Public methodLengthSquared Calculates the squared length of the current instance of Vector3H.
Public methodStatic memberLerp(Vector3H, Vector3H, HalfType) Performs a linear interpolation between two vectors based on the given weighting.
Public methodStatic memberLerp(Vector3H, Vector3H, HalfType, Vector3H) Performs a linear interpolation between two vectors based on the given weighting.
Public methodStatic memberLog Calculates the natural logarithm of each component of the specified vector.
Public methodStatic memberLog10 Calculates the base 10 logarithm of each component of the specified vector.
Public methodStatic memberMax Returns a vector containing the largest components of the specified vectors.
Public methodMaxComponent Returns the value of the largest component of the current instance of Vector3H.
Public methodStatic memberMin Returns a vector containing the smallest components of the specified vectors.
Public methodMinComponent Returns the value of the smallest component of the current instance of Vector3H.
Public methodStatic memberMultiply(HalfType, Vector3H, Vector3H) Multiplies a vector by a given scalar.
Public methodStatic memberMultiply(Vector3H, HalfType, Vector3H) Multiplies a vector by a given scalar.
Public methodStatic memberMultiply(Vector3H, Vector3H, Vector3H) Multiplies two vectors together.
Public methodStatic memberNegate Reverses the direction of a given vector.
Public methodStatic memberParse Converts a string representation of a vector into the equivalent Vector3H structure.
Public methodStatic memberPow Returns the vector which contains the components of the first specified vector raised to power of the numbers which are equal to the corresponding components of the second specified vector.
Public methodSaturate Clamps the components of the current instance of Vector3H between 0 and 1.
Public methodStatic memberSelect Chooses one of two vectors depending on the pick1 value.
Public methodStatic memberSin Calculates the sine of each component of the specified vector.
Public methodStatic memberSinh Calculates the hyperbolic sine of each component of the specified vector.
Public methodStatic memberSqrt Calculates the square root of each component of the specified vector.
Public methodStatic memberSubtract Subtracts two vectors.
Public methodStatic memberTan Calculates the tangent of each component of the specified vector.
Public methodStatic memberTanh Calculates the hyperbolic tangent of each component of the specified vector.
Public methodToString Returns a String that represents the current instance of Vector3H.
(Overrides ValueTypeToString)
Public methodToString(Int32) Returns a String that represents the current instance of Vector3H with a given precision.
Public methodToVector2 Converts the current instance of Vector3H into an instance of Vector2F.
Public methodToVector3 Converts the current instance of Vector3H into the equivalent Vector3 structure.
Public methodToVector3F Converts the current instance of Vector3H into the equivalent Vector3F structure.
Public methodToVector3I Converts the current instance of Vector3H into the equivalent Vector3I structure.
Public methodTruncate Rounds the current instance of Vector3H towards zero for each component in a vector.
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also