#include <AnalyticGeometry.h>
The center of the circle is the origin of its frame. The x axis points to the arc length 0 location (that is, arc length zero is point (r,0,0). The y axis is the normal to the circle's plane. The arc length increases counterclockwise looking down the normal at the circle (right hand rule around y). z thus points at the arc length 3*pi*r point at (0,0,r).
Public Member Functions | |
AnalyticCircle () | |
AnalyticCircle (Real radius) | |
Public Attributes | |
AnalyticCircle | |
AnalyticGeometry |
AnalyticCircle | ( | ) | [inline] |
AnalyticCircle | ( | Real | radius | ) |
Reimplemented from AnalyticCurve.