|
template<typename T , uint NAXES> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT::Box< T, NAXES > &box) noexcept |
|
template<uint NAXES> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT::Box< fpreal32, NAXES > &box) noexcept |
|
template<typename T , uint NAXES> |
SYS_FORCE_INLINE T | utBoxCenter (const UT::Box< T, NAXES > &box, uint axis) noexcept |
|
template<typename T , uint NAXES, bool INSTANTIATED> |
SYS_FORCE_INLINE T | utBoxExclude (const UT_FixedVector< T, NAXES, INSTANTIATED > &position) noexcept |
|
template<uint NAXES, bool INSTANTIATED> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_FixedVector< fpreal32, NAXES, INSTANTIATED > &position) noexcept |
|
template<typename T , uint NAXES, bool INSTANTIATED> |
SYS_FORCE_INLINE T | utBoxCenter (const UT_FixedVector< T, NAXES, INSTANTIATED > &position, uint axis) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector2T< T > &position) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector3T< T > &position) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector4T< T > &position) noexcept |
|
template<> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector2T< fpreal32 > &position) noexcept |
|
template<> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector3T< fpreal32 > &position) noexcept |
|
template<> |
SYS_FORCE_INLINE bool | utBoxExclude (const UT_Vector4T< fpreal32 > &position) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE T | utBoxCenter (const UT_Vector2T< T > &position, uint axis) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE T | utBoxCenter (const UT_Vector3T< T > &position, uint axis) noexcept |
|
template<typename T > |
SYS_FORCE_INLINE T | utBoxCenter (const UT_Vector4T< T > &position, uint axis) noexcept |
|
template<typename BOX_TYPE , typename SRC_INT_TYPE , typename INT_TYPE > |
INT_TYPE | utExcludeNaNInfBoxIndices (const BOX_TYPE *boxes, SRC_INT_TYPE *indices, INT_TYPE &nboxes) noexcept |
|