|
libalmath
2.8.7.4
|
#include <gltf.h>
Public Types | |
| using | value_type = std::array< T, N > |
Public Member Functions | |
| BufferAccessor (std::ostream &os) | |
| void | put (value_type val) |
Public Attributes | |
| value_type | min |
| value_type | max |
| size_t | count |
| std::ostream & | os |
| using AL::Math::glTF::BufferAccessor< T, N >::value_type = std::array<T, N> |
|
inline |
|
inline |
| size_t AL::Math::glTF::BufferAccessor< T, N >::count |
| value_type AL::Math::glTF::BufferAccessor< T, N >::max |
| value_type AL::Math::glTF::BufferAccessor< T, N >::min |
| std::ostream& AL::Math::glTF::BufferAccessor< T, N >::os |