Charting for WinForms Programmer's Guide
Vector3D Members
Constructors Properties Methods
 


Represents a three-dimensional vector.

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

 Public Constructors

  Name Description

Vector3D

Overloaded.  

 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

Vector3D Class
MindFusion.Charting.ThreeD Namespace