asPxVec3#

Fully qualified name: isaacsim::core::includes::conversions::asPxVec3

inline ::physx::PxVec3 isaacsim::core::includes::conversions::asPxVec3(
const pxr::GfVec3f &v,
)#

Converts pxr::GfVec3f into PhysX vector.

Performs direct component-wise conversion from USD to PhysX format.

Note

No precision loss as both types use single precision

Parameters:

v[in] Input vector in USD format

Returns:

PxVec3 Equivalent vector in PhysX format