Class CKinematic

can be used as a default kinematic data container or you only use the build kinematic function

Hierarchy

  • CKinematic

Implements

Constructors

Properties

Methods

Constructors

Properties

Chains: IChain[]

Methods

  • Builds given kinematic: (path) - Kinematic (path).eX - Chain X (path).eX.eY - Bone Y of Chain X

    Returns

    The path count after pushing the kinematic into the response

    Parameters

    • kinematic: IKinematic

      The kinematic to build

    • path: string

      The current path for the response

    • pathCount: number

      Current path count

    • response: EvalResponse

      The current response

    • Optional attachPath: string

      The path of the bone where the additional kinematic should be attached to

    • Optional attachKinematic: IKinematic

      The nested kinematic to build

    Returns number

Generated using TypeDoc