Exemplo n.º 1
0
soyjointsHinge* soy_joints_hinge_new (soybodiesBody* bodyA, soybodiesBody* bodyB, soyatomsPosition* anchor, soyatomsAxis* axis, soymaterialsMaterial* material) {
	return soy_joints_hinge_construct (SOY_JOINTS_TYPE_HINGE, bodyA, bodyB, anchor, axis, material);
}
Exemplo n.º 2
0
soyjointsHinge* soy_joints_hinge_new (soybodiesBody* bodyA, soybodiesBody* bodyB, soyatomsPosition* anchor, soyatomsAxis* axis, soymaterialsMaterial* material) {
#line 23 "/home/jeff/Documents/libraries/libsoy/src/joints/Hinge.gs"
	return soy_joints_hinge_construct (SOY_JOINTS_TYPE_HINGE, bodyA, bodyB, anchor, axis, material);
#line 229 "Hinge.c"
}