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

This is the complete list of members for mathter::OrthographicBuilder< T, Dim, Packed >, including all inherited members.

operator Matrix< U, Dim+1, Dim+1, Order, Layout, MPacked >() constmathter::OrthographicBuilder< T, Dim, Packed >inline
operator Matrix< U, Dim+1, Dim, eMatrixOrder::FOLLOW_VECTOR, Layout, MPacked >() constmathter::OrthographicBuilder< T, Dim, Packed >inline
operator Matrix< U, Dim, Dim+1, eMatrixOrder::PRECEDE_VECTOR, Layout, MPacked >() constmathter::OrthographicBuilder< T, Dim, Packed >inline
operator=(const OrthographicBuilder &)=deletemathter::OrthographicBuilder< T, Dim, Packed >
OrthographicBuilder(const VectorT &minBounds, const VectorT &maxBounds, T projNearPlane, T projFarPlane)mathter::OrthographicBuilder< T, Dim, Packed >inline