launchGatherMat33#

Fully qualified name: isaacsim::physics::newton::tensors::launchGatherMat33

bool isaacsim::physics::newton::tensors::launchGatherMat33(
const wp::mat33 *src,
float *dst,
const int *devIndices,
int numIndices,
void *stream = nullptr,
)#

Gather :class:wp::mat33 entries (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:

true if the launch succeeded.