You are here: Start » AVL.NET » AVL.RescalePointArray(AvlNet.Point2D[], AvlNet.Point2D?, float, bool, AvlNet.Point2D[])
AVL.RescalePointArray(AvlNet.Point2D[], AvlNet.Point2D?, float, bool, AvlNet.Point2D[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescalePointArray( AvlNet.Point2D[] inPoints, AvlNet.Point2D? inReferencePoint, float inScale, bool inInverse, out AvlNet.Point2D[] outPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inReferencePoint
- Type: System.Nullable<AvlNet.Point2D>
- inScale
- Type: System.Single
- inInverse
- Type: System.Boolean
- outPoints
- Type: AvlNet.Point2D
