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