Click or drag to resize

EllipsePolarCoordinateRelativeToCenter Method

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Calculate the local point on the ellipse for a given angle relative to the center.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public Vector2 PolarCoordinateRelativeToCenter(
	double angle
)
Request Example View Source

Parameters

angle
Type: SystemDouble
Angle in degrees.

Return Value

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