Vector4 Methods |
The Vector4 type exposes the following members.
Name | Description | |
---|---|---|
Add |
Add a vector to the vector.
| |
Clamp |
Clamps the vector components between a minimum and a maximum values.
| |
Divide(Single) |
Divide the vector by a scalar.
| |
Divide(Vector4) |
Divide the vector by a vector.
| |
DotProduct |
Computes the dot product of the two vectors.
| |
Equal |
Tells if the two vector are equals.
| |
Equals |
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Maximum |
Gets the maximum vector values of the two vectors.
| |
Minimum |
Gets the minimum vector values of the two vectors.
| |
Multiply(Single) |
Multiply the vector by a scalar.
| |
Multiply(Vector4) |
Multiply the vector by a vector.
| |
Substract |
Subtract a vector to the vector.
| |
ToString |
Format the Vector4 to a String.
(Overrides ValueTypeToString.) |