Mathter
A configurable 3D math library for game developers.
|
#include <Geometry.hpp>
Public Member Functions | |
Intersection (const Hyperplane< T, 2 > &p1, const Hyperplane< T, 2 > &p2) | |
![]() | |
Intersection (const LineT &l1, const LineT &l2) | |
bool | Intersecting () const |
T | LineParameter1 () const |
T | LineParameter2 () const |
Vector< T, 2 > | Point () const |
|
inline |