The Vec3 type exposes the following members.

Methods

  NameDescription
Public methodCross
Calculates the cross product of two Vec3
Public methoddist
Returns the length of the difference vector
Public methoddist2
Returns the Norm of the difference vector
Public methodDot
Calculates the dot product
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLength
Returns the length of the Vec3
Public methodLength2
Calculates the length of the vector projected to the XY-Plane
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNorm
Returns the norm of the Vec3
Public methodNormalize
Normalizes the Vec3
Public methodPrint
Prints the Vec3 to the console
Public methodToString (Overrides Object..::..ToString()()()().)

See Also