Search
Point3D.scale Method
See Also
 






Scales the point's coordinates by the specified scale factor.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public Point3D scale (
    double scale
)

 Parameters

scale

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

 Return Value

A Point3D with the scaled coordinates.

 See Also