Search
Point3D Constructor
See Also
 






Initializes a new instance of the Point3D class with the specified X, Y and Z coordinates.

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

 Syntax

Java  Copy Code

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

 Parameters

x

X coordinate of the point.

y

Y coordinate of the point.

z

Z coordinate of the point.

 See Also