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
)
Public Function PolarCoordinateRelativeToCenter (
angle As Double
) As Vector2
public:
Vector2 PolarCoordinateRelativeToCenter(
double angle
)
member PolarCoordinateRelativeToCenter :
angle : float -> Vector2
METHOD PolarCoordinateRelativeToCenter(
angle AS REAL8
) AS Vector2
Parameters
- angle
- Type: SystemDouble
Angle in radians.
Return Value
Type:
Vector2A local point on the ellipse for the given angle relative to the center.
See Also