Table of Contents

Method RotateAroundCenter

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

RotateAroundCenter(double)

Returns a new quadrilateral rotated around its polygon centroid.

public Quadrilateral RotateAroundCenter(double angleDegrees)

Parameters

angleDegrees double

Clockwise rotation angle in degrees.

Returns

Quadrilateral

A new Quadrilateral rotated around Centroid.