Ejemplo n.º 1
0
soyjointsPlane2D* soy_joints_plane2_d_new (soybodiesBody* bodyA, soybodiesBody* bodyB, soymaterialsMaterial* material) {
#line 23 "/home/jeff/Documents/libraries/libsoy/src/joints/Plane2D.gs"
	return soy_joints_plane2_d_construct (SOY_JOINTS_TYPE_PLANE2_D, bodyA, bodyB, material);
#line 180 "Plane2D.c"
}
Ejemplo n.º 2
0
soyjointsPlane2D* soy_joints_plane2_d_new (soyscenesScene* scene, soybodiesBody* bodyA, soybodiesBody* bodyB, soymaterialsMaterial* material) {
	return soy_joints_plane2_d_construct (SOY_JOINTS_TYPE_PLANE2_D, scene, bodyA, bodyB, material);
}