Class for a 3D parallelogram. More...
#include <MeshViz/graph/PoParallelogram3.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoParallelogram3 () | |
PoParallelogram3 (const SbVec3f &_p, const SbVec3f &_q, const SbVec3f &_r) | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFVec3f | p |
SoSFVec3f | q |
SoSFVec3f | r |
Class to build a 3D parallelogram. A parallelogram is defined by three points, p,q,r.
p | 0 0 0 |
q | 1 0 0 |
r | 1 1 0 |
PoParallelogram3::PoParallelogram3 | ( | ) | [inline] |
Default constructor.
PoParallelogram3::PoParallelogram3 | ( | const SbVec3f & | _p, | |
const SbVec3f & | _q, | |||
const SbVec3f & | _r | |||
) | [inline] |
Constructor.
static const SoNodekitCatalog* PoParallelogram3::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoGraphMaster.
static SoType PoParallelogram3::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoGraphMaster.
virtual const SoNodekitCatalog* PoParallelogram3::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoGraphMaster.
virtual SoType PoParallelogram3::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoGraphMaster.
virtual void PoParallelogram3::rebuild | ( | ) | [virtual] |
First point of the parallelogram.
Second point of the parallelogram.
Third point of the parallelogram.