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