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