You are here: Start » AVL.NET » Invoke.RescalePathArray
Translates each point of each path proportionally to its distance to a reference point.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RescalePathArray ( List<Avl.Path> inPaths, Optional<Avl.Point2D> inReferencePoint, float inScale, bool inInverse, List<Avl.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | |||
![]() | inReferencePoint | Atl.Optional<Avl.Point2D> | The point to which all distances change linearly (the mass center by default). Default value: atl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor. Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPaths | System.Collections.Generic.List<Avl.Path> |