You are here: Start » AVL.NET » AVL.RescalePointArray(AvlNet.Point2D[], float, bool, AvlNet.Point2D[])
AVL.RescalePointArray(AvlNet.Point2D[], float, bool, AvlNet.Point2D[])
Changes the distances of points from an array to a reference point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescalePointArray( AvlNet.Point2D[] inPoints, float inScale, bool inInverse, out AvlNet.Point2D[] outPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inScale
- Type: System.Single
Scaling factor - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPoints
- Type: AvlNet.Point2D
Remarks
See full override for more details.
