Search
Vector3D Members
Properties Methods
 


Represents a three-dimensional vector.

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

 Public Properties

  Name Description

x

Gets or sets the X component of this vector.

y

Gets or sets the Y component of this vector.

z

Gets or sets the Z component of this vector.

 Public Methods

  Name Description

crossProduct

Calculates the cross-product of two vectors.

div

Divides the vector by specified measure.

length

Calculates the length of this vector.

 See Also