Click or drag to resize
DigitalRuneConstraintHelper Class
Provides constraint-related helper methods.
Inheritance Hierarchy
SystemObject
  DigitalRune.Physics.ConstraintsConstraintHelper

Namespace: DigitalRune.Physics.Constraints
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public static class ConstraintHelper

The ConstraintHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberComputeDampingConstant
Computes the damping constant from error reduction and softness parameters.
Public methodStatic memberComputeErrorReduction
Computes the error reduction parameter for a given spring and damping constant.
Public methodStatic memberComputeKMatrix
Computes the K matrix needed by sequential impulse-based methods.
Public methodStatic memberComputeSoftness
Computes the softness parameter for a given spring and damping constant.
Public methodStatic memberComputeSpringConstant
Computes the spring constant from error reduction and softness parameters.
Public methodStatic memberGetEulerAngles
Gets the Euler angles for the given rotation.
Public methodStatic memberSetVelocityOfWorldPoint
Applies an impulse so that the velocity of point on the body is changed.
Top
See Also