#include <EmmaCylinderSectionProjector.h>
Inheritance diagram for EmmaCylinderSectionProjector:

Public Member Functions | |
| EmmaCylinderSectionProjector (float edgeTol=.9, EmmaBool orientToEye=TRUE) | |
| EmmaCylinderSectionProjector (const EmmaCylinder &cyl, float edgeTol=.9, EmmaBool orientToEye=TRUE) | |
| ~EmmaCylinderSectionProjector () | |
| virtual EmmaProjector * | copy () const |
| virtual EmmaVec3f | project (const EmmaVec2f &point) |
| virtual EmmaRotation | getRotation (const EmmaVec3f &point1, const EmmaVec3f &point2) |
| void | setTolerance (float edgeTol) |
| float | getTolerance () const |
| EmmaBool | isWithinTolerance (const EmmaVec3f &point) |
Protected Member Functions | |
| virtual void | setupTolerance () |
Protected Attributes | |
| float | tolerance |
| float | tolDist |
| EmmaVec3f | planeDir |
| EmmaLine | planeLine |
| float | planeDist |
| EmmaPlane | tolPlane |
|
||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
Reimplemented in EmmaCylinderPlaneProjector. |
|
||||||||||||
|
Implements EmmaCylinderProjector. Reimplemented in EmmaCylinderPlaneProjector. |
|
|
|
|
|
|
|
|
Implements EmmaCylinderProjector. Reimplemented in EmmaCylinderPlaneProjector. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.3