Vertex Viewer SDK
    Preparing search index...

    Function cross

    • Returns a vector that is the cross product of two vectors.

      The cross product of two vectors results in a third vector which is perpendicular to the two input vectors. The result's magnitude is equal to the magnitudes of the two inputs multiplied together and then multiplied by the sine of the angle between the inputs. You can determine the direction of the result vector using the "left hand rule".

      Returns Vector3.Vector3