You are here: Start » AVL.NET » AVL.RotateCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.Point2D?, float, bool, AvlNet.CoordinateSystem2D)
AVL.RotateCoordinateSystem(AvlNet.CoordinateSystem2D, AvlNet.Point2D?, float, bool, AvlNet.CoordinateSystem2D)
Rotates a coordinate system around a center point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotateCoordinateSystem( AvlNet.CoordinateSystem2D inCoordinateSystem, AvlNet.Point2D? inCenter, float inAngle, bool inInverse, out AvlNet.CoordinateSystem2D outCoordinateSystem )
Parameters
- inCoordinateSystem
- Type: AvlNet.CoordinateSystem2D
- inCenter
- Type: System.Nullable<AvlNet.Point2D>
Center of rotation (the coordinate system's center by default), or null. - inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to the inverse operation - outCoordinateSystem
- Type: AvlNet.CoordinateSystem2D
Remarks
Read more about Local Coordinate Systems in Machine Vision Guide: Local Coordinate Systems.
