Skip to main content

get_joint_sim_ref

Function get_joint_sim_ref 

Source
pub fn get_joint_sim_ref(world: &World, joint_id: i32) -> &JointSim
Expand description

Shared-reference variant of get_joint_sim for read-only accessors. (The C b2GetJointSim is used for both; Rust needs the split.)