|
Developer Documentation
|
Public Member Functions | |
| PolyLineCircleData (ACG::Vec3d center, ACG::Vec3d normal, ACG::Vec3d mainAxis, ACG::Vec3d sideAxis, double mainR, double sideR, unsigned int mesh) | |
Public Member Functions inherited from PerObjectData | |
| PerObjectData () | |
| You have to provide your own constructor for your object. | |
| virtual PerObjectData * | copyPerObjectData () |
| Copy Function. More... | |
Public Attributes | |
| ACG::Vec3d | circleCenter_ |
| ACG::Vec3d | circleNormal_ |
| ACG::Vec3d | circleMainAxis_ |
| ACG::Vec3d | circleSideAxis_ |
| double | circleMainRadius_ |
| double | circleSideRadius_ |
| size_t | circleMeshIndex_ |
Definition at line 58 of file PolyLineCircleData.hh.