Click or drag to resize
DigitalRuneJacobianTransposeIKSolver Properties

The JacobianTransposeIKSolver type exposes the following members.

Properties
  NameDescription
Public propertyAllowedDeviation
Gets or sets the allowed distance error.
Public propertyLimitBoneTransforms
Gets or sets the a callback that enforces rotation limits.
Public propertyMaxAngularVelocity
Gets or sets the maximal angular velocity per bone.
(Inherited from IKSolver.)
Public propertyNumberOfIterations
Gets or sets the number of iterations.
Public propertyRootBoneIndex
Gets or sets the index of the root bone.
Public propertySkeletonPose
Gets or sets the skeleton pose.
(Inherited from IKSolver.)
Public propertyStepSize
Gets or sets the size of the Euler integration step.
Public propertyTarget
Gets or sets the target position in model space.
(Inherited from IKSolver.)
Public propertyTipBoneIndex
Gets or sets the index of the tip bone.
Public propertyTipOffset
Gets or sets the tip offset in tip bone space.
Public propertyWeight
Gets or sets the weight.
(Inherited from IKSolver.)
Top
Explicit Interface Implementations
See Also