Blender V4.3
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 20 of file BLI_range.h.

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