1#ifndef COIN_SBCYLINDERPROJECTOR_H
2#define COIN_SBCYLINDERPROJECTOR_H
27#include <Inventor/projectors/SbProjector.h>
28#include <Inventor/SbCylinder.h>
virtual SbVec3f project(const SbVec2f &point)=0
SbBool intersectCylinderFront(const SbLine &line, SbVec3f &result)
Definition SbCylinderProjector.cpp:210
virtual SbRotation getRotation(const SbVec3f &point1, const SbVec3f &point2)=0
void setOrientToEye(const SbBool orienttoeye)
Definition SbCylinderProjector.cpp:140
void setFront(const SbBool infront)
Definition SbCylinderProjector.cpp:162
SbCylinderProjector(const SbBool orienttoeye)
Definition SbCylinderProjector.cpp:79
SbBool isPointInFront(const SbVec3f &point) const
Definition SbCylinderProjector.cpp:185
SbVec3f projectAndGetRotation(const SbVec2f &point, SbRotation &rot)
Definition SbCylinderProjector.cpp:106
const SbCylinder & getCylinder(void) const
Definition SbCylinderProjector.cpp:130
SbBool needSetup
Definition SbCylinderProjector.h:56
SbVec3f lastPoint
Definition SbCylinderProjector.h:57
SbBool isOrientToEye(void) const
Definition SbCylinderProjector.cpp:152
void setCylinder(const SbCylinder &cyl)
Definition SbCylinderProjector.cpp:120
SbBool orientToEye
Definition SbCylinderProjector.h:55
SbBool intersectFront
Definition SbCylinderProjector.h:53
SbBool isFront(void) const
Definition SbCylinderProjector.cpp:175
SbCylinder cylinder
Definition SbCylinderProjector.h:54
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 SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:37
virtual void setWorkingSpace(const SbMatrix &space)
Definition SbProjector.cpp:133
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