#include <glplane.h>
Inheritance diagram for GLPlane:

Public Member Functions | |
| GLPlane (GLVector n, GLVector op) | |
| GLPlane (GLVector op1, GLVector op2, GLVector op3) | |
| void | set (GLVector n, GLVector op) |
| void | set (const GLVector &op1, const GLVector &op2, const GLVector &op3) |
| const GLVector & | getNormal (void) const |
| void | setNormal (const GLVector &n) |
| GLfloat | distanceToPoint (const GLVector &p) const |
| GLfloat | intersectionWithLine (GLVector dir, GLVector origin) const |
| GLVector | reflectedVector (GLVector &in) const |
| GLPlane (GLVector n, GLVector op) | |
| GLPlane (GLVector op1, GLVector op2, GLVector op3) | |
| void | set (GLVector n, GLVector op) |
| void | set (const GLVector &op1, const GLVector &op2, const GLVector &op3) |
| const GLVector & | getNormal (void) const |
| void | setNormal (const GLVector &n) |
| GLfloat | distanceToPoint (const GLVector &p) const |
| GLfloat | intersectionWithLine (GLVector dir, GLVector origin) const |
| GLVector | reflectedVector (GLVector &in) const |
1.3.3