C# Класс BEPUphysics.Constraints.SolverGroups.PlaneSliderJoint

Restricts one linear degree of freedom.
Наследование: SolverGroup
Показать файл Открыть проект

Открытые методы

Метод Описание
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 ( Entity connectionA, Entity connectionB, Microsoft.Xna.Framework.Vector3 planeAnchor, Microsoft.Xna.Framework.Vector3 planeNormal, Microsoft.Xna.Framework.Vector3 xAxis, Microsoft.Xna.Framework.Vector3 yAxis, Microsoft.Xna.Framework.Vector3 pointAnchor ) : BEPUphysics.Constraints.TwoEntity

Constructs a new constraint which restricts one linear degree of freedom between two entities.

Описание методов

PlaneSliderJoint() публичный Метод

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).
public PlaneSliderJoint ( ) : BEPUphysics.Constraints.TwoEntity
Результат BEPUphysics.Constraints.TwoEntity

PlaneSliderJoint() публичный Метод

Constructs a new constraint which restricts one linear degree of freedom between two entities.
public PlaneSliderJoint ( Entity connectionA, Entity connectionB, Microsoft.Xna.Framework.Vector3 planeAnchor, Microsoft.Xna.Framework.Vector3 planeNormal, Microsoft.Xna.Framework.Vector3 xAxis, Microsoft.Xna.Framework.Vector3 yAxis, Microsoft.Xna.Framework.Vector3 pointAnchor ) : BEPUphysics.Constraints.TwoEntity
connectionA BEPUphysics.Entities.Entity First entity of the constraint pair.
connectionB BEPUphysics.Entities.Entity 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