Circle
verb.geom.Circle
CLASS
A Circle is a three dimensional curve representing the points that are equidistant from a point in a particular plane
Extends: Arc
constructor
METHOD
new Circle(center : Point, xaxis : Vector, yaxis : Vector, radius : Float)
Create a circle
params
- Length 3 array representing the center of the circle
- Length 3 array representing the xaxis
- Length 3 array representing the perpendicular yaxis
- Radius of the circle