Initializes a new instance of the Point3D structure.
Namespace: MindFusion.Charting
File: Point3D.js
SyntaxJavaScript
Copy Code
|
|---|
function Point3D (x, y, z) |
X coordinate of the point.
Y coordinate of the point.
Z coordinate of the point.
See Also