BoxJointCreate Method

Definition

Namespace: Macad.Core.Shapes
Assembly: Macad.Core (in Macad.Core.dll) Version: 3.0.1840
C#
public static (BoxJoint First, BoxJoint Second) Create(
	Body body1,
	Body body2
)

Parameters

body1  Body
 
body2  Body
 

Return Value

ValueTupleBoxJoint, BoxJoint

See Also