1#ifndef COIN_SBPLANEPROJECTOR_H
2#define COIN_SBPLANEPROJECTOR_H
36#include <Inventor/projectors/SbProjector.h>
37#include <Inventor/SbVec3f.h>
38#include <Inventor/SbPlane.h>
SbPlane plane
Definition SbPlaneProjector.h:65
SbPlaneProjector(const SbBool orient=FALSE)
Definition SbPlaneProjector.cpp:87
SbBool needSetup
Definition SbPlaneProjector.h:67
SbVec3f lastPoint
Definition SbPlaneProjector.h:68
void setStartPosition(const SbVec2f &viewpos)
Definition SbPlaneProjector.cpp:272
void setOrientToEye(const SbBool orienttoeye)
Definition SbPlaneProjector.cpp:194
SbBool orientToEye
Definition SbPlaneProjector.h:66
void setupPlane(void)
Definition SbPlaneProjector.cpp:299
virtual SbVec3f getVector(const SbVec2f &viewpos1, const SbVec2f &viewpos2)
Definition SbPlaneProjector.cpp:248
void setPlane(const SbPlane &plane)
Definition SbPlaneProjector.cpp:228
SbPlane nonOrientPlane
Definition SbPlaneProjector.h:65
const SbPlane & getPlane(void) const
Definition SbPlaneProjector.cpp:238
SbBool isOrientToEye(void) const
Definition SbPlaneProjector.cpp:219
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:43
virtual SbBool tryProject(const SbVec2f &point, const float epsilon, SbVec3f &result)
Definition SbProjector.cpp:268
virtual SbVec3f project(const SbVec2f &point)=0
SbProjector(void)
Definition SbProjector.cpp:111
virtual SbProjector * copy(void) const =0
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