mPhysics - A .NET Wrapper for Ageia's PhysX SDK

Vector3 Members

 [This is preliminary documentation and subject to change.]

Vector3 overview

Public Instance Constructors

Vector3 Constructor

Public Instance Properties

Magnitude Get/Set the magnitude of this vector
MagnitudeSquared Get the squared magnitude
x 
y 
z 

Public Instance Methods

Cross Compute cross product between this and other vector.
Distance Get the distance between this and other vector.
DistanceSquared Get the squared distance between this and other vector.
Dot Compute dot product between this and other vector.
Normalize Normalize this vector.
Zero Set this vector to zero.

See Also

Vector3 Structure | mPhysics.Foundation Namespace