Blender  V3.3
Classes | Typedefs | Functions
BLI_range.h File Reference

Go to the source code of this file.

Classes

struct  Range2f
 

Typedefs

typedef struct Range2f Range2f
 

Functions

BLI_INLINE bool range2f_in_range (const Range2f *range, const float value)
 

Typedef Documentation

◆ Range2f

typedef struct Range2f Range2f

Function Documentation

◆ range2f_in_range()

BLI_INLINE bool range2f_in_range ( const Range2f range,
const float  value 
)

Definition at line 18 of file BLI_range.h.

References IN_RANGE, Range2f::max, and Range2f::min.