Struct LinearLimitJacobian
Syntax
public struct LinearLimitJacobian
Fields
AxisInB
Declaration
Field Value
Damping
Declaration
Field Value
| Type |
Description |
| System.Single |
|
InitialError
Declaration
public float InitialError
Field Value
| Type |
Description |
| System.Single |
|
Is1D
Declaration
Field Value
| Type |
Description |
| System.Boolean |
|
MaxDistance
Declaration
Field Value
| Type |
Description |
| System.Single |
|
MinDistance
Declaration
Field Value
| Type |
Description |
| System.Single |
|
PivotAinA
Declaration
Field Value
PivotBinB
Declaration
Field Value
Tau
Declaration
Field Value
| Type |
Description |
| System.Single |
|
WorldFromA
Declaration
public RigidTransform WorldFromA
Field Value
| Type |
Description |
| RigidTransform |
|
WorldFromB
Declaration
public RigidTransform WorldFromB
Field Value
| Type |
Description |
| RigidTransform |
|
Methods
Declaration
public void Build(Math.MTransform aFromConstraint, Math.MTransform bFromConstraint, MotionVelocity velocityA, MotionVelocity velocityB, MotionData motionA, MotionData motionB, Constraint constraint, float tau, float damping)
Parameters
Solve(ref MotionVelocity, ref MotionVelocity, Single)
Declaration
public void Solve(ref MotionVelocity velocityA, ref MotionVelocity velocityB, float timestep)
Parameters