Search
Vector3D Methods
 


 Public Methods

  Name Description

crossProduct

Calculates the cross-product of two vectors.

div

Divides the vector by specified measure.

getX

Gets the X component of this vector.

getY

Gets the Y component of this vector.

getZ

Gets the Z component of this vector.

length

Calculates the length of this vector.

setX

Sets the X component of this vector.

setY

Sets the Y component of this vector.

setZ

Sets the Z component of this vector.

 See Also