Mathter
A configurable 3D math library for game developers.
|
#include <Geometry.hpp>
Public Member Functions | |
Intersection (const LineT &line, const PlaneT &plane) | |
![]() | |
Intersection (const PlaneT &plane, const LineT &line) | |
bool | Intersecting () const |
VectorT | Point () const |
T | InterpolParameter () const |
T | LineParameter () const |
|
inline |