Simbody
Public Member Functions

SimTK::AnalyticCircle Class Reference

An analytic circle has only a radius. More...

#include <AnalyticGeometry.h>

Inheritance diagram for SimTK::AnalyticCircle:

List of all members.

Public Member Functions

 AnalyticCircle ()
 AnalyticCircle (Real radius)
 SimTK_PIMPL_DOWNCAST (AnalyticCircle, AnalyticGeometry)

Detailed Description

An analytic circle has only a radius.

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).


Constructor & Destructor Documentation

SimTK::AnalyticCircle::AnalyticCircle ( ) [inline]
SimTK::AnalyticCircle::AnalyticCircle ( Real  radius)

Member Function Documentation

SimTK::AnalyticCircle::SimTK_PIMPL_DOWNCAST ( AnalyticCircle  ,
AnalyticGeometry   
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines