#include <plane.h>
Public Methods | |
| PLANE () | |
| ~PLANE () | |
Public Attributes | |
| float | nx |
| float | ny |
| float | nz |
| float | Distance |
|
|
Definition at line 7 of file plane.cpp.
00008 {
00009 }
|
|
|
Definition at line 11 of file plane.cpp.
00012 {
00013 }
|
|
|
Definition at line 17 of file plane.h. Referenced by ExtractFrustum(), PointInFrustum(), and SphereInFrustum(). |
|
|
Definition at line 14 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), GetEdgeIntersection(), PointInFrustum(), SphereInFrustum(), and SplitPortal(). |
|
|
Definition at line 15 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), GetEdgeIntersection(), PointInFrustum(), SphereInFrustum(), and SplitPortal(). |
|
|
Definition at line 16 of file plane.h. Referenced by ExtractFrustum(), FindVisibleLeaves(), GetEdgeIntersection(), PointInFrustum(), SphereInFrustum(), and SplitPortal(). |
1.2.15