Template Class matrix_t

Inheritance Relationships

Base Type

Class Documentation

template<std::size_t N, std::size_t M, FloatingPoint T>
class matrix_t : public wt::scene::element::attributes::data_attribute_t

Public Types

using matrix_type = mat<N, M, T>

Public Functions

inline matrix_t(const matrix_type &v) noexcept
matrix_t(const matrix_t&) noexcept = default
matrix_t &operator=(const matrix_t&) noexcept = default
inline virtual type_e get_data_type() const noexcept override
inline virtual const std::string to_string() const noexcept override

Public Members

matrix_type value