| Vector3F Methods |
The Vector3F type exposes the following members.
| Name | Description | |
|---|---|---|
| CalculateDotProduct |
Calculates the dot product of this and the passed vector. See http://en.wikipedia.org/wiki/Dot_product for more
details.
| |
| Dot |
Calculates the dot product of the two passed vectors. See http://en.wikipedia.org/wiki/Dot_product for more details.
| |
| Equals(Object) | (Overrides ValueTypeEquals(Object).) | |
| Equals(Vector3F) | ||
| GetDistance |
Calculates the distance between this and the passed vector.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ValueTypeGetHashCode.) | |
| GetNormalized |
Returns the normalized vector.
| |
| GetSquareDistance |
Calculates the square distance between this and the passed vector.
| |
| Max |
Returns a vector that is made from the largest components of two vectors.
| |
| Min |
Returns a vector that is made from the smallest components of two vectors.
| |
| Normalize |
Normalizes this vector.
| |
| ToString |
Returns a string that represents the current object.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| ToVector2F |
Returns the 2D representation of this 3D vector (i.e. x and y coordinates).
(Defined by VectorExtensions.) | |
| ToVector3 |
Converts the specified framework vector to an Unity vector.
(Defined by MathConversionExtensions.) |