Blender V4.3
blender::vec_struct_base< T, Size > Struct Template Reference

#include <BLI_math_vector_types.hh>

Inherited by blender::VecBase< T, 3 >, blender::VecBase< T, 2 >, and blender::VecBase< T, Size >.

Public Attributes

std::array< T, Size > values
 

Detailed Description

template<typename T, int Size>
struct blender::vec_struct_base< T, Size >

Definition at line 30 of file BLI_math_vector_types.hh.

Member Data Documentation

◆ values

template<typename T , int Size>
std::array<T, Size> blender::vec_struct_base< T, Size >::values

Definition at line 31 of file BLI_math_vector_types.hh.


The documentation for this struct was generated from the following file: