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