@kognifai/cogsengine
    Preparing search index...

    Function cross

    • Computes the cross product of two vec2's Note that the cross product must by definition produce a 3D vector

      Parameters

      • out: vec3

        the receiving vector

      • a: ReadonlyVec2

        the first operand

      • b: ReadonlyVec2

        the second operand

      Returns vec3

      out