EllipseArc

verb.geom.EllipseArc

CLASS

Source code

An EllipseArc is a subset of an Ellipse

Extends: NurbsCurve

constructor

METHOD

Source code

new EllipseArc(center : Point, xaxis : Vector, yaxis : Vector, minAngle : Float, maxAngle : Float)

Create an EllipseArc

params

center

METHOD

Source code

center()

Length 3 array representing the center of the arc

xaxis

METHOD

Source code

xaxis()

Length 3 array representing the xaxis

yaxis

METHOD

Source code

yaxis()

Length 3 array representing the perpendicular yaxis

minAngle

METHOD

Source code

minAngle()

Minimum angle of the EllipseArc

maxAngle

METHOD

Source code

maxAngle()

Maximum angle of the EllipseArc