#include <nanovdb/math/Math.h>
|
| static constexpr int | rows () |
| static constexpr int | cols () |
| static constexpr int | size () |
◆ Mat3x2() [1/3]
◆ Mat3x2() [2/3]
template<typename T>
template<typename Source>
Constructor given individual array elements, the ordering is in row major form:
a b
c d
e f
◆ Mat3x2() [3/3]
template<typename T>
template<typename Source>
Constructor given array of elements, the ordering is in row major form.
◆ cols()
|
|
inlinestaticconstexprprotectedinherited |
◆ operator[]() [1/2]
◆ operator[]() [2/2]
◆ rows()
|
|
inlinestaticconstexprprotectedinherited |
◆ size()
|
|
inlinestaticconstexprprotectedinherited |
◆ transpose()
returns transpose of this
◆ mData