Search
Vector3D Constructor
See Also
 






Initializes a new instance of the Vector3D class.

Namespace: com.mindfusion.charting.threed
File: com.mindfusion.charting.threed

 Syntax

Java  Copy Code

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

 Parameters

x

X component of the vector.

y

Y component of the vector.

z

Z component of the vector.

 See Also