Api - Ellipse Class
Hierarchy
- Ellipse
Implements
Index
Constructors
Properties
Constructors
constructor
-
Parameters
-
radiusX: number
The x radius of the ellipse.
-
radiusY: number
The y radius of the ellipse.
-
Optional accuracy: number
Optional accuracy of the underlying BezierCurve.
Returns Ellipse
-
-
Class for Ellipse created at a specific origin and 2 radii.
Parameters
-
origin: IPoint
The center of the ellipse.
-
radiusX: number
The x radius of the ellipse.
-
radiusY: number
The y radius of the ellipse.
-
Optional accuracy: number
Optional accuracy of the underlying BezierCurve.
Returns Ellipse
-
-
Class for Ellipse created at a specific x, y and 2 radii.
Parameters
-
cx: number
The x coordinate of the center of the ellipse.
-
cy: number
The y coordinate of the center of the ellipse.
-
rx: number
-
ry: number
-
Optional accuracy: number
Optional accuracy of the underlying BezierCurve.
Returns Ellipse
-
Properties
models
origin
Generated using TypeDoc
Class for Ellipse created with 2 radii.