Метод | Описание | |
---|---|---|
PlaneSliderJoint ( ) : BEPUphysics.Constraints.TwoEntity |
Constructs a new constraint which restricts one linear degree of freedom between two entities. This constructs the internal constraints, but does not configure them. Before using a constraint constructed in this manner, ensure that its active constituent constraints are properly configured. The entire group as well as all internal constraints are initially inactive (IsActive = false).
|
|
PlaneSliderJoint ( |
Constructs a new constraint which restricts one linear degree of freedom between two entities.
|
public PlaneSliderJoint ( ) : BEPUphysics.Constraints.TwoEntity | ||
Результат | BEPUphysics.Constraints.TwoEntity |
public PlaneSliderJoint ( |
||
connectionA | First entity of the constraint pair. | |
connectionB | Second entity of the constraint pair. | |
planeAnchor | Microsoft.Xna.Framework.Vector3 | Location of the anchor for the plane to be attached to connectionA in world space. |
planeNormal | Microsoft.Xna.Framework.Vector3 | Normal of the plane constraint in world space. |
xAxis | Microsoft.Xna.Framework.Vector3 | Direction in world space along which the X axis LinearAxisLimit and LinearAxisMotor work. /// This is usually chosen to be perpendicular to the planeNormal and the yAxis. |
yAxis | Microsoft.Xna.Framework.Vector3 | Direction in world space along which the Y axis LinearAxisLimit and LinearAxisMotor work. /// This is usually chosen to be perpendicular to the planeNormal and the xAxis. |
pointAnchor | Microsoft.Xna.Framework.Vector3 | Location of the anchor for the point to be attached to connectionB in world space. |
Результат | BEPUphysics.Constraints.TwoEntity |