Search
Vector3D Members
Constructors Properties
 


Represents a displacement in 3-D space.

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

 Public Constructors

  Name Description

Vector3D

Overloaded. Initializes a new instance of the Vector3D class.

 Public Properties

  Name Description

Length

Gets the length of this Vector3D object.

X

Gets or sets the X component of this Vector3D object.

Y

Gets or sets the Y component of this Vector3D object.

Z

Gets or sets the Z component of this Vector3D object.

 See Also