Creates a transient 2D elliptical arc
This is a static method.
|
This is a static method.
|
Type | Description |
EllipticalArc2D | Returns the newly created elliptical arc or null if the creation failed. |
Name | Type | Description |
center | Point2D | A Point2D object that defines the center of the elliptical arc. |
majorAxis | Vector2D | The major axis of the elliptical arc |
majorRadius | double | The major radius of the of the elliptical arc. |
minorRadius | double | The minor radius of the of the elliptical arc. |
startAngle | double | The start angle of the elliptical arc in radians, where 0 is along the major axis. |
endAngle | double | The end angle of the elliptical arc in radians, where 0 is along the major axis. |