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

Restricts the linear and angular motion between two entities.
Наследование: SolverGroup
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
WeldJoint ( ) : BEPUphysics.Constraints.TwoEntity

Constructs a new constraint which restricts the linear and angular motion 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).

WeldJoint ( Entity connectionA, Entity connectionB ) : BEPUphysics.Constraints.TwoEntity

Constructs a new constraint which restricts the linear and angular motion between two entities.

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

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

Constructs a new constraint which restricts the linear and angular motion 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 WeldJoint ( ) : BEPUphysics.Constraints.TwoEntity
Результат BEPUphysics.Constraints.TwoEntity

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

Constructs a new constraint which restricts the linear and angular motion between two entities.
public WeldJoint ( Entity connectionA, Entity connectionB ) : BEPUphysics.Constraints.TwoEntity
connectionA BEPUphysics.Entities.Entity First entity of the constraint pair.
connectionB BEPUphysics.Entities.Entity Second entity of the constraint pair.
Результат BEPUphysics.Constraints.TwoEntity