• An expression that calculates the cross product of two expressions representing vectors.

    Parameters

    • first: Expression<Vector3>

      The first expression to evaluate. Should result in a point (representing a vector).

    • second: Expression<Vector3>

      The second expression to evaluate. Should result in a point (representing a vector).

    Returns Expression<Vector3>

    An expression that calculates the cross product of the given expressions. Results in a point (vector).