Search
Point3D.scale Method
See Also
 






Scales the point's coordinates by specified scale factor.

Namespace: MindFusion.Charting
File: Point3D.js

 Syntax

JavaScript  Copy Code

function scale (scale)

 Parameters

scale

A number value by which to multiply point's coordinates.

 Return Value

A Point3D containing scaled coordinates.

 See Also