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:54
SbPlaneProjector(const SbBool orient=0)
Definition SbPlaneProjector.cpp:77
SbBool needSetup
Definition SbPlaneProjector.h:56
SbVec3f lastPoint
Definition SbPlaneProjector.h:57
void setStartPosition(const SbVec2f &viewpos)
Definition SbPlaneProjector.cpp:227
void setOrientToEye(const SbBool orienttoeye)
Definition SbPlaneProjector.cpp:162
SbBool orientToEye
Definition SbPlaneProjector.h:55
void setupPlane(void)
Definition SbPlaneProjector.cpp:254
virtual SbVec3f getVector(const SbVec2f &viewpos1, const SbVec2f &viewpos2)
Definition SbPlaneProjector.cpp:203
void setPlane(const SbPlane &plane)
Definition SbPlaneProjector.cpp:183
SbPlane nonOrientPlane
Definition SbPlaneProjector.h:54
const SbPlane & getPlane(void) const
Definition SbPlaneProjector.cpp:193
SbBool isOrientToEye(void) const
Definition SbPlaneProjector.cpp:174
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:34
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:36
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37