Circle

verb.geom.Circle

CLASS

Source code

A Circle is a three dimensional curve representing the points that are equidistant from a point in a particular plane

Extends: Arc

constructor

METHOD

Source code

new Circle(center : Point, xaxis : Vector, yaxis : Vector, radius : Float)

Create a circle

params