| 421 | } |
| 422 | |
| 423 | PX_CUDA_CALLABLE PX_FORCE_INLINE UnAlignedSpatialVector abs() const |
| 424 | { |
| 425 | return UnAlignedSpatialVector(top.abs(), bottom.abs()); |
| 426 | } |
| 427 | |
| 428 | |
| 429 | PX_CUDA_CALLABLE PX_FORCE_INLINE UnAlignedSpatialVector rotate(const PxTransform& rot) const |
nothing calls this directly
no test coverage detected