#include <kanzi/gfx/core/math_types.hpp>
Additional Inherited Members | |
Public Types inherited from kanzi::gfx::ArrayType< Vector< T, TSize >, TSize > | |
| using | ElementType |
Public Member Functions inherited from kanzi::gfx::ArrayType< Vector< T, TSize >, TSize > | |
| constexpr auto | begin () |
| constexpr auto | begin () const |
| constexpr auto | end () |
| constexpr auto | end () const |
| constexpr auto | getCount () const |
| constexpr auto | getData () |
| constexpr auto | getData () const |
| constexpr T & | operator[] (uint32_t i) |
| constexpr const T & | operator[] (uint32_t i) const |
Public Attributes inherited from kanzi::gfx::ArrayType< Vector< T, TSize >, TSize > | |
| T | data [TSize] |
Static Public Attributes inherited from kanzi::gfx::ArrayType< Vector< T, TSize >, TSize > | |
| static constexpr uint32_t | Size |