| Vector4F Methods |
The Vector4F type exposes the following members.
| Name | Description | |
|---|---|---|
| Absolute |
Sets each vector component to its absolute value.
| |
| Absolute(Vector4F) |
Returns a vector with the absolute values of the elements of the given vector.
| |
| Add |
Adds two vectors.
| |
| AreNumericallyEqual(Vector4F, Vector4F) |
Determines whether two vectors are equal (regarding the tolerance
EpsilonF).
| |
| AreNumericallyEqual(Vector4F, Vector4F, Single) |
Determines whether two vectors are equal (regarding a specific tolerance).
| |
| Clamp(Single, Single) |
Clamps the vector components to the range [min, max].
| |
| Clamp(Vector4F, Single, Single) |
Returns a vector with the vector components clamped to the range [min, max].
| |
| ClampToZero |
Clamps near-zero vector components to zero.
| |
| ClampToZero(Single) |
Clamps near-zero vector components to zero.
| |
| ClampToZero(Vector4F) |
Returns a vector with near-zero vector components clamped to 0.
| |
| ClampToZero(Vector4F, Single) |
Returns a vector with near-zero vector components clamped to 0.
| |
| Divide(Vector4F, Vector4F) |
Divides the components of a vector by the components of another
vector.
| |
| Divide(Vector4F, Single) |
Divides a vector by a scalar.
| |
| Dot |
Returns the dot product of two vectors.
| |
| Equals(Object) |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
| Equals(Vector4F) |
Indicates whether the current object is equal to another object of the same type.
| |
| FromXna | ||
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HomogeneousDivide |
Performs the homogeneous divide or perspective divide: X, Y and Z are divided by W.
| |
| Max |
Returns a vector that contains the highest value from each matching pair of components.
| |
| Min |
Returns a vector that contains the lowest value from each matching pair of components.
| |
| Multiply(Single, Vector4F) |
Multiplies a vector by a scalar.
| |
| Multiply(Vector4F, Vector4F) |
Multiplies the components of two vectors by each other.
| |
| Negate |
Negates a vector.
| |
| Normalize |
Normalizes the vector.
| |
| Parse(String) |
Converts the string representation of a 4-dimensional vector to its Vector4F
equivalent.
| |
| Parse(String, IFormatProvider) |
Converts the string representation of a 4-dimensional vector in a specified culture-specific
format to its Vector4F equivalent.
| |
| ProjectTo(Vector4F) |
Sets this vector to its projection onto the axis given by the target vector.
| |
| ProjectTo(Vector4F, Vector4F) |
Projects a vector onto an axis given by the target vector.
| |
| Subtract |
Subtracts a vector from a vector.
| |
| ToArray |
Converts this vector to an array of 4 float values.
| |
| ToList |
Converts this vector to a list of 4 float values.
| |
| ToString |
Returns the string representation of this vector.
(Overrides ValueTypeToString.) | |
| ToString(IFormatProvider) |
Returns the string representation of this vector using the specified culture-specific format
information.
| |
| ToVector4D | ||
| ToVectorF | ||
| ToXna | ||
| TryNormalize |
Tries to normalize the vector.
|