#include <SbGroundplane.h>
Public Member Functions | |
| SbGroundplane () | |
| SbGroundplane (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &v4) | |
| ~SbGroundplane () | |
| void | setBounds (const SbVec3f &v1, const SbVec3f &v2, const SbVec3f &v3, const SbVec3f &v4) |
| void | getBounds (SbVec3f &v1, SbVec3f &v2, SbVec3f &v3, SbVec3f &v4) const |
| SbVec3f & | operator[] (int i) |
| Accesses indexed component of plane area vertices. | |
| const SbVec3f & | operator[] (int i) const |
Protected Attributes | |
| SbVec3f | _vertices [4] |
Friends | |
| int | operator== (const SbGroundplane &gp1, const SbGroundplane &gp2) |
| int | operator!= (const SbGroundplane &gp1, const SbGroundplane &gp2) |
Definition at line 23 of file SbGroundplane.h.
| SbGroundplane::SbGroundplane | ( | ) |
| SbGroundplane::SbGroundplane | ( | const SbVec3f & | v1, | |
| const SbVec3f & | v2, | |||
| const SbVec3f & | v3, | |||
| const SbVec3f & | v4 | |||
| ) |
| SbGroundplane::~SbGroundplane | ( | ) |
| void SbGroundplane::getBounds | ( | SbVec3f & | v1, | |
| SbVec3f & | v2, | |||
| SbVec3f & | v3, | |||
| SbVec3f & | v4 | |||
| ) | const |
| const SbVec3f& SbGroundplane::operator[] | ( | int | i | ) | const [inline] |
Definition at line 38 of file SbGroundplane.h.
| SbVec3f& SbGroundplane::operator[] | ( | int | i | ) | [inline] |
| void SbGroundplane::setBounds | ( | const SbVec3f & | v1, | |
| const SbVec3f & | v2, | |||
| const SbVec3f & | v3, | |||
| const SbVec3f & | v4 | |||
| ) |
| int operator!= | ( | const SbGroundplane & | gp1, | |
| const SbGroundplane & | gp2 | |||
| ) | [friend] |
| int operator== | ( | const SbGroundplane & | gp1, | |
| const SbGroundplane & | gp2 | |||
| ) | [friend] |
SbVec3f SbGroundplane::_vertices[4] [protected] |
Definition at line 26 of file SbGroundplane.h.
1.5.8