Click or drag to resize

Vector4 Methods

The Vector4 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 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 methodStatic memberDistance(Vector4, Vector4)
Calculates the distance between two vectors.
Public methodStatic memberDistance(Vector4, Vector4)
Calculates the distance between two vectors.
Public methodStatic memberDivide(Double, Vector4, Vector4)
Divides a scalar by a vector.
Public methodStatic memberDivide(Vector4, Vector4, Vector4)
Divides the first vector by the second vector.
Public methodStatic memberDivide(Vector4, Double, Vector4)
Divides a vector by a given scalar.
Public methodDot(Vector4)
Calculates the dot product of two vectors.
Public methodDot(Vector4)
Calculates the dot product of two vectors.
Public methodStatic memberDot(Vector4, Vector4)
Calculates the dot product of two vectors.
Public methodStatic memberDot(Vector4, Vector4)
Calculates the dot product of two vectors.
Public methodEquals(Object)
Determines whether the specified object is equal to the current instance of Vector4.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Vector4, Double)
Determines whether the specified vector is equal to the current instance of Vector4 with a given precision.
Public methodEquals(Vector4, Double)
Determines whether the specified vector is equal to the current instance of Vector4 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 Vector4 to be within a specified range and returns the clamped value.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetNormalize
Converts the current instance of Vector4 into a unit vector and returns the normalized vector.
Public methodGetSaturate
Clamps the components of the current instance of Vector4 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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLength
Calculates the length of the current instance of Vector4.
Public methodLengthSquared
Calculates the squared length of the current instance of Vector4.
Public methodStatic memberLerp(Vector4, Vector4, Double)
Performs a linear interpolation between two vectors based on the given weighting.
Public methodStatic memberLerp(Vector4, Vector4, Double, Vector4)
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 Vector4.
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 Vector4.
Public methodStatic memberMultiply(Double, Vector4, Vector4)
Multiplies a vector by a given scalar.
Public methodStatic memberMultiply(Vector4, Vector4, Vector4)
Multiplies two vectors together.
Public methodStatic memberMultiply(Vector4, Double, Vector4)
Multiplies a vector by a given scalar.
Public methodStatic memberNegate
Reverses the direction of a given vector.
Public methodNormalize
Converts the current instance of Vector4 into a unit vector.
Public methodStatic memberNormalize(Vector4)
Converts a vector into a unit vector.
Public methodStatic memberNormalize(Vector4, Vector4)
Converts a vector into a unit vector.
Public methodStatic memberParse
Converts a string representation of a vector into the equivalent Vector4 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 Vector4 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 methodToColorValue
Converts each component of the current instance of Vector4 into the component of the ColorValue structure: X to red component, Y to green component, Z to blue component, W to alpha component.
Public methodToPlane
Converts the current instance of Vector4 into the equivalent Plane structure.
Public methodToString
Returns a String that represents the current instance of Vector4.
(Overrides ValueTypeToString.)
Public methodToString(Int32)
Returns a String that represents the current instance of Vector4 with a given precision.
Public methodToVector2
Converts the current instance of Vector4 into an instance of Vector2.
Public methodToVector3
Converts the current instance of Vector4 into an instance of Vector3.
Public methodToVector4F
Converts the current instance of Vector4 into the equivalent Vector4F structure.
Public methodToVector4I
Converts the current instance of Vector4 into the equivalent Vector4I structure.
Public methodTruncate
Rounds the current instance of Vector4 towards zero for each component in a vector.
Top
Extension Methods
See Also