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

#include <BLI_math_vector_types.hh>

Public Attributes

T x
 
T y
 
T z
 

Detailed Description

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

Definition at line 38 of file BLI_math_vector_types.hh.

Member Data Documentation

◆ x

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

Definition at line 39 of file BLI_math_vector_types.hh.

◆ y

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

Definition at line 39 of file BLI_math_vector_types.hh.

◆ z

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

Definition at line 39 of file BLI_math_vector_types.hh.


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