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

Method abs

physx/source/common/src/CmSpatialVector.h:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 }
254
255 PX_CUDA_CALLABLE PX_FORCE_INLINE SpatialVectorF abs() const
256 {
257 return SpatialVectorF(top.abs(), bottom.abs());
258 }
259
260
261 PX_CUDA_CALLABLE PX_FORCE_INLINE SpatialVectorF rotate(const PxTransform& rot) const

Callers 15

jquery.jsFile · 0.45
IFunction · 0.45
mFunction · 0.45
kFunction · 0.45
gotoAnchorFunction · 0.45
OBBAABBTest_ScalarMethod · 0.45
absMethod · 0.45
ShapeDataMethod · 0.45
sweepBox_MeshGeom_BV4Method · 0.45

Calls 1

SpatialVectorFClass · 0.70

Tested by

no test coverage detected