Struct AngularLimit2DJacobian
Syntax
public struct AngularLimit2DJacobian
Fields
AxisAinA
Declaration
Field Value
AxisBinB
Declaration
Field Value
BFromA
Declaration
Field Value
| Type |
Description |
| quaternion |
|
Damping
Declaration
Field Value
| Type |
Description |
| System.Single |
|
InitialError
Declaration
public float InitialError
Field Value
| Type |
Description |
| System.Single |
|
MaxAngle
Declaration
Field Value
| Type |
Description |
| System.Single |
|
MinAngle
Declaration
Field Value
| Type |
Description |
| System.Single |
|
Tau
Declaration
Field Value
| Type |
Description |
| System.Single |
|
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