@kognifai/cogsengine
    Preparing search index...

    Function set

    Set the components of a quat to the given values

    the receiving quaternion

    X component

    Y component

    Z component

    W component

    out

    • Set the components of a vec4 to the given values

      Parameters

      • out: vec4

        the receiving vector

      • x: number

        X component

      • y: number

        Y component

      • z: number

        Z component

      • w: number

        W component

      Returns vec4

      out