Show / Hide Table of Contents

    Class PointRotation

    Rotates given point by given angle about given center.

    Inheritance
    Object
    PointRotation
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PointRotation : object

    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
    Back to top Generated by DocFX