Table of Contents

Method Rotate

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Rotate(double, Point)

Returns a new quadrilateral rotated around a specified pivot point.

public Quadrilateral Rotate(double angleDegrees, Point pivot)

Parameters

angleDegrees double

Clockwise rotation angle in degrees.

pivot Point

The pivot point to rotate around.

Returns

Quadrilateral

A new Quadrilateral after rotation.