The Vector3 type exposes the following members.

Methods

  NameDescription
Abs
Calculate absolute values of the vector.
AddOverloaded.
Cross
Calculates cross product of two vectors.
DivideOverloaded.
Dot
Calculates dot product of two vectors.
EqualsOverloaded.
GetHashCode
Returns the hashcode for this instance.
(Overrides ValueType..::.GetHashCode()()().)
Inverse
Inverse the vector.
MultiplyOverloaded.
Normalize
Normalizes the vector by dividing it’s all coordinates with the vector's norm.
SubtractOverloaded.
ToArray
Returns array representation of the vector.
ToString
Returns a string representation of this object.
(Overrides ValueType..::.ToString()()().)
ToVector4
Converts the vector to a 4D vector.

Operators

  NameDescription
AdditionOverloaded.
DivisionOverloaded.
Equality
Tests whether two specified vectors are equal.
Inequality
Tests whether two specified vectors are not equal.
MultiplyOverloaded.
SubtractionOverloaded.

See Also