Click or drag to resize

Vec3d Methods

The Vec3d type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCrossProduct
cross product of two vectors
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Computes a hash number that represents the current vector.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLength
Get the length of a vector
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnitize
scale vector in place to unit-size
Top
See Also