Class PointRotation
Rotates given point by given angle about given center.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public class PointRotation
Methods
Rotate(Point, Point, Int32)
Declaration
public static Point Rotate(Point center, Point point, int angle)
Parameters
| Type | Name | Description |
|---|---|---|
| Point | center | |
| Point | point | |
| Int32 | angle |
Returns
| Type | Description |
|---|---|
| Point |