xRPG Core Library Procedures - RNBMATH: setPolygonScale()
Set the Adjustment Scale.
If point values were represented in a linear element (such
as pixels) and needed to be adjusted to represent true size (feet, inches, meters,
etc.) then this parameter can be set and the adjustment will be applied whenever
mathematical operations are performed.
Usage:
setPolygonScale( scale );
| scale |
10, 4 |
Const |
Req |
The desired scale for the calculations.
If not set, then the default value is '1'. The scale is always reset to '1' when the
polygon is cleared.
|
| Returns: |
n/a |
n/a |
n/a |
No return value. |