launchGatherMat33#
Fully qualified name: isaacsim::physics::newton::tensors::launchGatherMat33
- bool isaacsim::physics::newton::tensors::launchGatherMat33( )#
Gather :class:
wp::mat33entries (9 floats each, row-major).- Parameters:
src – Device pointer to an array of :class:
wp::mat33.dst – Device pointer to
[numIndices, 9]floats.devIndices – Device index array, length
numIndices.numIndices – Number of gather slots.
stream – CUDA stream.
- Returns:
trueif the launch succeeded.