Click or drag to resize
Vector3I Methods

The Vector3I 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(Vector3I)
Determines whether the specified Vector3I is equal to the current Vector3I.
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 methodToString
Returns a string that represents the current object.
(Overrides ValueTypeToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToVector2I
Converts a 3D vector to a 2D vector by removing the Z coordinate.
(Defined by VectorExtensions.)
Top
See Also