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 (
    Point3D p1,
    Point3D p2
)

 Parameters

p1

Start point of the vector.

p2

End point of the vector.

 See Also