Mathter
A configurable 3D math library for game developers.
mathter::ViewBuilder< T, Dim, Packed > Member List

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 >() constmathter::ViewBuilder< T, Dim, Packed >inline
operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked >() constmathter::ViewBuilder< T, Dim, Packed >inline
operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked >() constmathter::ViewBuilder< T, Dim, Packed >inline
operator=(const ViewBuilder &)=deletemathter::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