#include "Plane.h"
#include "MathUtils.h"
#include "Triangle.h"
#include <stdio.h>
Include dependency graph for Plane.cpp:
Go to the source code of this file.
Namespaces | |
namespace | pge |
Defines | |
#define | PLANE_ZERO_TOLERANCE 0.00001f |
|
Definition at line 11 of file Plane.cpp. Referenced by pge::Plane::getIntersectionPoint(), and pge::Plane::isPointOnPlane(). |