Class to build a 3D circle.
More...
#include <MeshViz/graph/PoCircle3ThreePoints.h>
Public Member Functions | |
| virtual SoType | getTypeId () const |
| virtual const SoNodekitCatalog * | getNodekitCatalog () const |
| PoCircle3ThreePoints () | |
| PoCircle3ThreePoints (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 circle.
This class builds a 3D circle. The circle is given by three points p, q, r.
| p | 1 0 0 |
| q | 0 1 0 |
| r | -1 0 0 |
| PoCircle3ThreePoints::PoCircle3ThreePoints | ( | ) | [inline] |
Default constructor.
| PoCircle3ThreePoints::PoCircle3ThreePoints | ( | const SbVec3f & | _p, | |
| const SbVec3f & | _q, | |||
| const SbVec3f & | _r | |||
| ) | [inline] |
Constructor.
| static const SoNodekitCatalog* PoCircle3ThreePoints::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoCircle3.
| static SoType PoCircle3ThreePoints::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoCircle3.
| virtual const SoNodekitCatalog* PoCircle3ThreePoints::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoCircle3.
| virtual SoType PoCircle3ThreePoints::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoCircle3.
| virtual void PoCircle3ThreePoints::rebuild | ( | ) | [virtual] |
First point of the circle.
Second point of the circle.
Third point of the circle.