Arc

verb.geom.Arc

CLASS

Source code

An Arc is a three dimensional curve representing a subset of a full Circle

Extends: NurbsCurve

constructor

METHOD

Source code

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

Constructor for Arc

params

center

METHOD

Source code

center() : Point

Length 3 array representing the center of the arc

xaxis

METHOD

Source code

xaxis() : Vector

Length 3 array representing the xaxis

yaxis

METHOD

Source code

yaxis() : Vector

Length 3 array representing the perpendicular yaxis

radius

METHOD

Source code

radius() : Float

Radius of the arc

minAngle

METHOD

Source code

minAngle() : Float

Start angle in radians

maxAngle

METHOD

Source code

maxAngle() : Float

End angle in radians