 | 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
Syntaxpublic Vector2 PolarCoordinateRelativeToCenter(
double angle
)
Request Example
View SourceParameters
- angle
- Type: SystemDouble
Angle in degrees.
Return Value
Type:
Vector2A local point on the ellipse for the given angle relative to the center.
See Also