Mathter
A configurable 3D math library for game developers.
|
This is the complete list of members for mathter::ViewBuilder< T, Dim, Packed >, including all inherited members.
operator Matrix< U, Dim+1, Dim+1, Order, Layout, MPacked >() const | mathter::ViewBuilder< T, Dim, Packed > | inline |
operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked >() const | mathter::ViewBuilder< T, Dim, Packed > | inline |
operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked >() const | mathter::ViewBuilder< T, Dim, Packed > | inline |
operator=(const ViewBuilder &)=delete | mathter::ViewBuilder< T, Dim, Packed > | |
ViewBuilder(const VectorT &eye, const VectorT &target, const std::array< VectorT, size_t(Dim - 2)> &bases, const std::array< bool, Dim > &flipAxes) | mathter::ViewBuilder< T, Dim, Packed > | inline |