You are here: Start » AVL.NET » AVL.RotatePoint(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)
AVL.RotatePoint(AvlNet.Point2D, AvlNet.Point2D, float, bool, AvlNet.Point2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotatePoint( AvlNet.Point2D inPoint, AvlNet.Point2D inCenter, float inAngle, bool inInverse, out AvlNet.Point2D outPoint )
Parameters
- inPoint
- Type: AvlNet.Point2D
- inCenter
- Type: AvlNet.Point2D
- inAngle
- Type: System.Single
- inInverse
- Type: System.Boolean
- outPoint
- Type: AvlNet.Point2D
Examples
![]() |
![]() |
RotatePoint performed on the sample point, inCenter = (136.0, 135.0), inAngle = 180.0 and inInverse = False. The inCenter point is drawn on the first image in blue.


