Arc
verb.geom.Arc
CLASS
An Arc is a three dimensional curve representing a subset of a full Circle
Extends: NurbsCurve
constructor
METHOD
new Arc(center : Point, xaxis : Vector, yaxis : Vector, radius : Float, minAngle : Float, maxAngle : Float)
Constructor for Arc
params
- Length 3 array representing the center of the arc
- Length 3 array representing the xaxis
- Length 3 array representing the perpendicular yaxis
- Radius of the arc arc
- Start angle in radians
- End angle in radians
center
METHOD
center() : Point
Length 3 array representing the center of the arc
xaxis
METHOD
xaxis() : Vector
Length 3 array representing the xaxis
yaxis
METHOD
yaxis() : Vector
Length 3 array representing the perpendicular yaxis
radius
METHOD
radius() : Float
Radius of the arc
minAngle
METHOD
minAngle() : Float
Start angle in radians
maxAngle
METHOD
maxAngle() : Float
End angle in radians