Table of Contents

Method Angle

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

Angle(Point)

Returns the polar angle of the vector represented by this point, in radians.

public static double Angle(Point p)

Parameters

p Point

The vector as a point.

Returns

double

The angle in radians in the range (-π, π].