• Returns the cross product of two three-element vectors.

    Parameters

    • u: Vec3

      The first vector (3 elements).

    • v: Vec3

      The second vector (3 elements).

    • Optionaldest: Vec3

      The destination vector to store the result (optional).

    Returns Vec3

    The resulting cross product (3 elements).