Click or drag to resize
Vector3F Methods

The Vector3F type exposes the following members.

Methods
  NameDescription
Public methodCalculateDotProduct
Calculates the dot product of this and the passed vector. See http://en.wikipedia.org/wiki/Dot_product for more details.
Public methodStatic memberDot
Calculates the dot product of the two passed vectors. See http://en.wikipedia.org/wiki/Dot_product for more details.
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(Vector3F)
Determines whether the specified Vector3F is equal to the current Vector3F.
Public methodGetDistance
Calculates the distance between this and the passed vector.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ValueTypeGetHashCode.)
Public methodGetNormalized
Returns the normalized vector.
Public methodGetSquareDistance
Calculates the square distance between this and the passed vector.
Public methodStatic memberMax
Returns a vector that is made from the largest components of two vectors.
Public methodStatic memberMin
Returns a vector that is made from the smallest components of two vectors.
Public methodNormalize
Normalizes this vector.
Public methodToString
Returns a string that represents the current object.
(Overrides ValueTypeToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToVector2F
Returns the 2D representation of this 3D vector (i.e. x and y coordinates).
(Defined by VectorExtensions.)
Public Extension MethodToVector3
Converts the specified framework vector to an Unity vector.
(Defined by MathConversionExtensions.)
Top
See Also