Search
Vector3D Members
Constructors Methods
 


Represents a three-dimensional vector.

The following tables list the members exposed by the Vector3D type.

 Public Constructors

  Name Description

Vector3D

Overloaded.  

 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