TODO: Add detailed description.
Holds the center of the circle in three dimensional space.
Holds the normal of the plane that the circle lies on.
Holds the radius of the circle.
Default Constructor.
Creates a circle by parsing a string.
Parameter(s):
DzCircle3( DzCircle3 circle )
Copy Constructor.
Parameter(s):
DzCircle3( DzVec3 center, DzVec3 normal, Number radius )
Parameter(s):