You are here: Start » AVL.NET » Invoke.RotateCoordinateSystem
Rotates a coordinate system around a center point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotateCoordinateSystem ( Avl.CoordinateSystem2D inCoordinateSystem, Optional<Avl.Point2D> inCenter, float inAngle, bool inInverse, out Avl.CoordinateSystem2D outCoordinateSystem )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCoordinateSystem | Avl.CoordinateSystem2D | |||
![]()  | inCenter | Atl.Optional<Avl.Point2D> | Center of rotation (the coordinate system's center by default). Default value: atl::NIL. | ||
![]()  | inAngle | float | Clockwise rotation angle. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outCoordinateSystem | Avl.CoordinateSystem2D | 


