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>
40 void setPlane(
const SbPlane & plane);
41 const SbPlane & getPlane(
void)
const;
43 SbBool isOrientToEye(
void)
const;
48 void setStartPosition(
const SbVec3f & point);
51 void setupPlane(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
void copy(const SbList< Type > &l)
Definition SbList.h:69
The SbPlaneProjector class projects 2D points to 3D points in a plane.
Definition SbPlaneProjector.h:31
SbPlane nonOrientPlane
Definition SbPlaneProjector.h:54
SbBool orientToEye
Definition SbPlaneProjector.h:55
SbBool needSetup
Definition SbPlaneProjector.h:56
SbVec3f lastPoint
Definition SbPlaneProjector.h:57
The SbPlane class represents a plane in 3D space.
Definition SbPlane.h:34
The SbProjector class is the abstract base projector class.
Definition SbProjector.h:34
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