1#ifndef COIN_SBPLANEPROJECTOR_H
2#define COIN_SBPLANEPROJECTOR_H
27#include <Inventor/projectors/SbProjector.h>
28#include <Inventor/SbVec3f.h>
29#include <Inventor/SbPlane.h>
SbPlane plane
Definition SbPlaneProjector.h:56
SbPlaneProjector(const SbBool orient=FALSE)
Definition SbPlaneProjector.cpp:77
SbBool needSetup
Definition SbPlaneProjector.h:58
SbVec3f lastPoint
Definition SbPlaneProjector.h:59
void setStartPosition(const SbVec2f &viewpos)
Definition SbPlaneProjector.cpp:262
void setOrientToEye(const SbBool orienttoeye)
Definition SbPlaneProjector.cpp:184
SbBool orientToEye
Definition SbPlaneProjector.h:57
void setupPlane(void)
Definition SbPlaneProjector.cpp:289
virtual SbVec3f getVector(const SbVec2f &viewpos1, const SbVec2f &viewpos2)
Definition SbPlaneProjector.cpp:238
void setPlane(const SbPlane &plane)
Definition SbPlaneProjector.cpp:218
SbPlane nonOrientPlane
Definition SbPlaneProjector.h:56
const SbPlane & getPlane(void) const
Definition SbPlaneProjector.cpp:228
SbBool isOrientToEye(void) const
Definition SbPlaneProjector.cpp:209
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:34
virtual SbBool tryProject(const SbVec2f &point, const float epsilon, SbVec3f &result)
Definition SbProjector.cpp:252
virtual SbVec3f project(const SbVec2f &point)=0
SbProjector(void)
Definition SbProjector.cpp:100
virtual SbProjector * copy(void) const =0
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