Scales the point's coordinates by specified scale factor.
Namespace: MindFusion.Charting
File: Point3D.js
JavaScript Copy Code |
---|
function scale (scale) |
Type: Number
A number value by which to multiply point's coordinates.
Type: Point3D
A Point3D containing scaled coordinates.