Search Results for

    Show / Hide Table of Contents

    Class PointRotation

    Rotates given point by given angle about given center.

    Inheritance
    Object
    PointRotation
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Advanced.Algorithms.Geometry
    Assembly: Advanced.Algorithms.dll
    Syntax
    public class PointRotation

    Methods

    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX