You are here: Start » AVL.NET » Invoke.RotatePathArray
Rotates an array of paths clockwise around a center point.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RotatePathArray ( List<Avl.Path> inPaths, Optional<Avl.Point2D> inCenter, float inAngle, bool inInverse, List<Avl.Path> outPaths )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPaths | System.Collections.Generic.List<Avl.Path> | |||
![]() | inCenter | Atl.Optional<Avl.Point2D> | Center of rotation (the mass center by default). Default value: atl::NIL. | ||
![]() | inAngle | float | Clockwise rotation angle. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPaths | System.Collections.Generic.List<Avl.Path> |