Home
last modified time | relevance | path

Searched refs:_axis_signed (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Dmath_rotation.c2335 BLI_INLINE int _axis_signed(const int axis) in _axis_signed() function
2354 if ((_axis_signed(src_forward) == _axis_signed(src_up)) || in mat3_from_axis_conversion()
2355 (_axis_signed(dst_forward) == _axis_signed(dst_up))) { in mat3_from_axis_conversion()