pub unsafe extern "C" fn PxArticulationReducedCoordinate_getSpatialTendons(
    self_: *const PxArticulationReducedCoordinate,
    userBuffer: *mut *mut PxArticulationSpatialTendon,
    bufferSize: u32,
    startIndex: u32
) -> u32
Expand description

Returns the spatial tendons attached to the articulation.

The order of the tendons in the buffer is not necessarily identical to the order in which the tendons were added to the articulation.

The number of tendons written into the buffer.