Mathter
A configurable 3D math library for game developers.
|
This is the complete list of members for mathter::Line< T, Dim >, including all inherited members.
base | mathter::Line< T, Dim > | |
Base() const | mathter::Line< T, Dim > | inline |
direction | mathter::Line< T, Dim > | |
Direction() const | mathter::Line< T, Dim > | inline |
Line()=default | mathter::Line< T, Dim > | |
Line(const VectorT &base, const VectorT &direction) | mathter::Line< T, Dim > | inline |
Line(const Hyperplane< T, 2 > &plane) | mathter::Line< T, Dim > | |
PointAt(T param) const | mathter::Line< T, Dim > | inline |
Through(const VectorT &point1, const VectorT &point2) | mathter::Line< T, Dim > | inlinestatic |