brepjs API Reference
    Preparing search index...

    Interface IKTarget

    A target for the end-effector: a world position, optionally an orientation.

    interface IKTarget {
        position: Vec3;
        rotation?: Quat;
    }
    Index

    Properties

    Properties

    position: Vec3
    rotation?: Quat

    Target orientation [w, x, y, z]. Omit for position-only IK.