| 808 | return false; |
| 809 | } |
| 810 | Vector3 ClosestPointToBoundingBox( const Vector3& min, const Vector3& max, const Vector3& point ) |
| 811 | { |
| 812 | return Minimize( Maximize( point, min ), max ); |
| 813 | } |
| 814 | |
| 815 | CcpMath::AxisAlignedBox GetItemSetAabb( const CcpMath::AxisAlignedBox& staticBounds, const std::vector<std::pair<int, CcpMath::AxisAlignedBox>>& boneBounds, const Float4x3* bones, size_t boneCount ) |
| 816 | { |
no outgoing calls
no test coverage detected