fractionToPoint Method
return a point given by fractional positions on the XY axes. This is done with no check for isNull !!!
fractionToPoint(fractionX: number, fractionY: number, result?: Point2d): Point2d
| Parameter | Type | Description |
|---|---|---|
| fractionX | number | |
| fractionY | number | |
| result | Point2d |
Defined in
Last Updated: 08 January, 2020