You are here: Start » AVL.NET » AVL.RescalePathArray(AvlNet.Path[], float, bool, AvlNet.Path[])
AVL.RescalePathArray(AvlNet.Path[], float, bool, AvlNet.Path[])
Translates each point of each path proportionally to its distance to a reference point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RescalePathArray( AvlNet.Path[] inPaths, float inScale, bool inInverse, out AvlNet.Path[] outPaths )
Parameters
- inPaths
- Type: AvlNet.Path
- inScale
- Type: System.Single
Scaling factor - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPaths
- Type: AvlNet.Path
Remarks
See full override for more details.
