Scales the point's coordinates by the specified scale factor.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public Point3D scale ( |
A double value by which to multiply point's coordinates.
A Point3D with the scaled coordinates.
See Also