1#ifndef COIN_SBCYLINDERPROJECTOR_H
2#define COIN_SBCYLINDERPROJECTOR_H
36#include <Inventor/projectors/SbProjector.h>
37#include <Inventor/SbCylinder.h>
virtual SbVec3f project(const SbVec2f &point)=0
SbBool intersectCylinderFront(const SbLine &line, SbVec3f &result)
Definition SbCylinderProjector.cpp:222
virtual SbRotation getRotation(const SbVec3f &point1, const SbVec3f &point2)=0
void setOrientToEye(const SbBool orienttoeye)
Definition SbCylinderProjector.cpp:150
void setFront(const SbBool infront)
Definition SbCylinderProjector.cpp:172
SbCylinderProjector(const SbBool orienttoeye)
Definition SbCylinderProjector.cpp:89
SbBool isPointInFront(const SbVec3f &point) const
Definition SbCylinderProjector.cpp:195
SbVec3f projectAndGetRotation(const SbVec2f &point, SbRotation &rot)
Definition SbCylinderProjector.cpp:116
const SbCylinder & getCylinder(void) const
Definition SbCylinderProjector.cpp:140
SbBool needSetup
Definition SbCylinderProjector.h:65
SbVec3f lastPoint
Definition SbCylinderProjector.h:66
SbBool isOrientToEye(void) const
Definition SbCylinderProjector.cpp:162
void setCylinder(const SbCylinder &cyl)
Definition SbCylinderProjector.cpp:130
SbBool orientToEye
Definition SbCylinderProjector.h:64
SbBool intersectFront
Definition SbCylinderProjector.h:62
SbBool isFront(void) const
Definition SbCylinderProjector.cpp:185
SbCylinder cylinder
Definition SbCylinderProjector.h:63
The SbCylinder class is a representation of a cylinder.
Definition SbCylinder.h:41
The SbLine class represents a line in 3D space.
Definition SbLine.h:41
The SbMatrix class is a 4x4 dimensional representation of a matrix.
Definition SbMatrix.h:47
virtual void setWorkingSpace(const SbMatrix &space)
Definition SbProjector.cpp:144
SbProjector(void)
Definition SbProjector.cpp:111
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:44
The SbVec2f class is a 2 dimensional vector with floating point coordinates.
Definition SbVec2f.h:49
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51