コード例 #1
0
ファイル: Hinge.c プロジェクト: frmdstryr/pysoy-ping-pong
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);
}
コード例 #2
0
ファイル: Hinge.c プロジェクト: couchjd/playground
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"
}