@kognifai/cogsengine
    Preparing search index...

    Function fromValues

    Creates a new quat initialized with the given values

    X component

    Y component

    Z component

    W component

    a new quaternion

    • Creates a new vec4 initialized with the given values

      Parameters

      • x: number

        X component

      • y: number

        Y component

      • z: number

        Z component

      • w: number

        W component

      Returns vec4

      a new 4D vector