EllipseArc
verb.geom.EllipseArc
CLASS
An EllipseArc is a subset of an Ellipse
Extends: NurbsCurve
constructor
METHOD
new EllipseArc(center : Point, xaxis : Vector, yaxis : Vector, minAngle : Float, maxAngle : Float)
Create an EllipseArc
params
- Length 3 array representing the center of the arc
- Length 3 array representing the xaxis
- Length 3 array representing the perpendicular yaxis
- Minimum angle of the EllipseArc
- Maximum angle of the EllipseArc
center
METHOD
center()
Length 3 array representing the center of the arc
xaxis
METHOD
xaxis()
Length 3 array representing the xaxis
yaxis
METHOD
yaxis()
Length 3 array representing the perpendicular yaxis
minAngle
METHOD
minAngle()
Minimum angle of the EllipseArc
maxAngle
METHOD
maxAngle()
Maximum angle of the EllipseArc