1#ifndef COIN_SBCYLINDERSECTIONPROJECTOR_H
2#define COIN_SBCYLINDERSECTIONPROJECTOR_H
27#include <Inventor/projectors/SbCylinderProjector.h>
28#include <Inventor/SbPlane.h>
29#include <Inventor/SbRotation.h>
36 const SbBool orienttoeye = TRUE);
38 const float edgetol = 0.9f,
39 const SbBool orienttoeye = TRUE);
SbCylinderProjector(const SbBool orienttoeye)
Definition SbCylinderProjector.cpp:79
SbLine planeLine
Definition SbCylinderSectionProjector.h:54
virtual SbVec3f project(const SbVec2f &point)
Definition SbCylinderSectionProjector.cpp:100
float tolerance
Definition SbCylinderSectionProjector.h:51
SbCylinderSectionProjector(const float edgetol=0.9f, const SbBool orienttoeye=TRUE)
Definition SbCylinderSectionProjector.cpp:71
SbPlane tolPlane
Definition SbCylinderSectionProjector.h:56
virtual SbProjector * copy(void) const
Definition SbCylinderSectionProjector.cpp:93
virtual SbRotation getRotation(const SbVec3f &point1, const SbVec3f &point2)
Definition SbCylinderSectionProjector.cpp:134
void setTolerance(const float edgetol)
Definition SbCylinderSectionProjector.cpp:159
SbBool isWithinTolerance(const SbVec3f &point)
Definition SbCylinderSectionProjector.cpp:185
float getTolerance(void) const
Definition SbCylinderSectionProjector.cpp:175
float tolDist
Definition SbCylinderSectionProjector.h:52
virtual void setupTolerance(void)
Definition SbCylinderSectionProjector.cpp:203
float planeDist
Definition SbCylinderSectionProjector.h:55
SbVec3f planeDir
Definition SbCylinderSectionProjector.h:53
The SbCylinder class is a representation of a cylinder.
Definition SbCylinder.h:32
The SbLine class represents a line in 3D space.
Definition SbLine.h:32
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:34
SbProjector(void)
Definition SbProjector.cpp:100
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:33
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:39
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:40