Blender
V3.3
|
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) |
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.