Blender V5.0
blender::vec_struct_base< T, 4 > Struct Template Reference

#include <BLI_math_vector_types.hh>

Public Attributes

T x
T y
T z
T w
std::array< T, Size > values

Detailed Description

template<typename T>
struct blender::vec_struct_base< T, 4 >

Definition at line 40 of file BLI_math_vector_types.hh.

Member Data Documentation

◆ values

std::array<T, Size> blender::vec_struct_base< T, Size >::values

Definition at line 29 of file BLI_math_vector_types.hh.

◆ w

template<typename T>
T blender::vec_struct_base< T, 4 >::w

Definition at line 41 of file BLI_math_vector_types.hh.

◆ x

template<typename T>
T blender::vec_struct_base< T, 4 >::x

Definition at line 41 of file BLI_math_vector_types.hh.

◆ y

template<typename T>
T blender::vec_struct_base< T, 4 >::y

Definition at line 41 of file BLI_math_vector_types.hh.

◆ z

template<typename T>
T blender::vec_struct_base< T, 4 >::z

Definition at line 41 of file BLI_math_vector_types.hh.


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