#include <plane.h>
Public Methods | |
| PLANE () | |
| ~PLANE () | |
Public Attributes | |
| float | nx |
| float | ny |
| float | nz |
| float | Distance |
|
|
Definition at line 5 of file plane.cpp.
00006 {
00007 }
|
|
|
Definition at line 9 of file plane.cpp.
00010 {
00011 }
|
|
|
Definition at line 15 of file plane.h. Referenced by ExtractFrustum(), PointInFrustum(), and SphereInFrustum(). |
|
|
Definition at line 12 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), PointInFrustum(), and SphereInFrustum(). |
|
|
Definition at line 13 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), PointInFrustum(), and SphereInFrustum(). |
|
|
Definition at line 14 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), PointInFrustum(), and SphereInFrustum(). |
1.2.15