mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 Cstd::false_type
 Cmal_math::_detail::is_default_vec< T >Trait to determine if a type is a default vector
 Cmal_math::_detail::is_mat< T >Trait to determine if a type is a matrix
 Cmal_math::_detail::is_reference_vec< T >Trait to determine if a type is a reference vector
 Cstd::hash< mal_math::mat< size_x, size_y, matrix_type > >Hash specialization for mal_math::vec
 Cstd::hash< mal_math::qua< quaternion_type > >Hash specialization for mal_math::vec
 Cstd::hash< mal_math::vec< size_x, vector_type > >Hash specialization for mal_math::vec
 Cmal_math::IntersectionRepresents the data of a ray's intersection with an object
 Cmal_math::mat< a, b, T >Definition of matrix with dimensions rows x columns and type T
 Cmal_math::PlaneRepresents a plane in 3D space defined by its normal and two vectors
 Cmal_math::_detail::primitive_reference_wrapper< T >Reference wrapper for primitives which does not allow rebinding after instantiation
 Cmal_math::qua< T >Represents a quaternion with primitive type T
 Cmal_math::RayRepresents a geometric ray in 3D space
 Cmal_math::rmat< a, b, T >Definition of a reference matrix with dimensions rows x columns and type T
 Cmal_math::_detail::rvec< L, T >Internal detail definition of a reference vector with fixed size L and type T
 Cmal_math::_detail::rvec< 2, T >Specialization of rvec for 2D vectors
 Cmal_math::_detail::rvec< 3, T >3D reference vector template structure
 Cmal_math::_detail::rvec< 4, T >A 4-dimensional reference vector template
 Cmal_math::SphereA geometric representation of a sphere in 3D space
 Cmal_math::TBox< T >A templated bounding box structure in 3D
 Cmal_math::TriangleRepresents a triangle defined by three 3D points
 Cstd::true_type
 Cmal_math::_detail::is_default_vec< vec< size, T > >Trait to determine if a type is a default vector
 Cmal_math::_detail::is_mat< mat< a, b, T > >Trait to determine if a type is a matrix
 Cmal_math::_detail::is_mat< rmat< a, b, T > >Trait to determine if a type is a matrix
 Cmal_math::_detail::is_reference_vec< _detail::rvec< size, T > >Trait to determine if a type is a reference vector
 Cmal_math::vec< L, T >Definition of the mathematical vector with fixed size L and type T
 Cmal_math::vec< 2, size_t >
 Cmal_math::vec< 2, T >2D vector template class
 Cmal_math::vec< 3, float >
 Cmal_math::vec< 3, int >
 Cmal_math::vec< 3, T >Represents a 3D vector of a given primitive type
 Cmal_math::vec< 4, T >Represents a 4D vector of a given primitive type