Click or drag to resize

EllipsePolarCoordinateRelativeToCenter Method

Calculate the local point on the ellipse for a given angle relative to the center.

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Vector2 PolarCoordinateRelativeToCenter(
	double angle
)

Parameters

angle
Type: SystemDouble
Angle in radians.

Return Value

Type: Vector2
A local point on the ellipse for the given angle relative to the center.
See Also