#include <Plane.h>
Inheritance diagram for Teddy::Maths::Plane:
Public Methods | |
Plane () | |
Plane (const float a, const float b, const float c, const float d) | |
void | neg () |
Negate plane, that is, flip. More... | |
double | distance (const Vector &p) const |
Plane & | operator= (const Vector &v) |
Assign vector. More... | |
Plane & | operator= (const Vector4 &v) |
Assign vector4. More... | |
Vector | getNormal () const |
double | getConstant () const |
Definition at line 38 of file Plane.h.
|
|
|
Definition at line 41 of file Plane.h. References Vector4. |
|
Distance - returns positive or negative or (near) zero if point is on side or another or in this plane. Definition at line 51 of file Plane.cpp. References Vector. |
|
|
|
Definition at line 66 of file Plane.cpp. References Vector. |
|
Negate plane, that is, flip.
|
|
Assign vector4.
Definition at line 84 of file Plane.cpp. References Vector4. |
|
Assign vector.
Definition at line 76 of file Plane.cpp. References Vector. |