This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
4e0cbfd4 75e2 5538 2070 a6ada35b62eb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Calculate the local point on the ellipse for a given angle relative to the center.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public Vector2 PolarCoordinateRelativeToCenter(
double angle
)
VB
Public Function PolarCoordinateRelativeToCenter (
angle As Double
) As Vector2
C++
public:
Vector2 PolarCoordinateRelativeToCenter(
double angle
)
F#
member PolarCoordinateRelativeToCenter :
angle : float -> Vector2
- Double
- Angle in degrees.
Vector2
A local point on the ellipse for the given angle relative to the center.