MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / abs

Method abs

physx/source/common/src/CmSpatialVector.h:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

absMethod · 0.45

Tested by

no test coverage detected