Blender  V3.3
Public Attributes | List of all members
blender::bounds::MinMaxResult< T > Struct Template Reference

#include <BLI_bounds.hh>

Public Attributes

T min
 
T max
 

Detailed Description

template<typename T>
struct blender::bounds::MinMaxResult< T >

Definition at line 18 of file BLI_bounds.hh.

Member Data Documentation

◆ max

template<typename T >
T blender::bounds::MinMaxResult< T >::max

Definition at line 20 of file BLI_bounds.hh.

◆ min

template<typename T >
T blender::bounds::MinMaxResult< T >::min

Definition at line 19 of file BLI_bounds.hh.


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