The coordinate frame of the central cross section is the same as for a circle; that is, x and z are radial and y points along the cylinder's axis. More...
#include <AnalyticGeometry.h>
Public Member Functions | |
AnalyticCylinder () | |
AnalyticCylinder (Real radius, Real halfLength) | |
SimTK_PIMPL_DOWNCAST (AnalyticCylinder, AnalyticGeometry) |
The coordinate frame of the central cross section is the same as for a circle; that is, x and z are radial and y points along the cylinder's axis.
This supports a cylindrical coordinate system (h, theta), with height -halfLength <= h <= halfLength.
AnalyticCylinder | ( | ) | [inline] |
AnalyticCylinder | ( | Real | radius, | |
Real | halfLength | |||
) |
SimTK_PIMPL_DOWNCAST | ( | AnalyticCylinder | , | |
AnalyticGeometry | ||||
) |
Reimplemented from AnalyticVolume.