Charting for WinForms Programmer's Guide
Vector3D Constructor (Double, Double, Double)
See Also
 






Initializes a new instance of the Vector3D class.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Vector3D (
    double x,
    double y,
    double z
)

Visual Basic  Copy Code

Public New ( _
    x As Double, _
    y As Double, _
    z As Double _
)

 Parameters

x

X component of the vector.

y

Y component of the vector.

z

Z component of the vector.

 See Also

Vector3D Constructor Overload List
Vector3D Class
MindFusion.Charting.ThreeD Namespace