[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.CrossRef

CrossRef Method

CrossRef(out Vector3, ref Vector3, ref Vector3)

Computes the cross product of two vectors.

Declaration
public static void CrossRef(out Vector3 result, ref Vector3 vector1, ref Vector3 vector2)
Parameters
Type Name Description
Vector3 result

The cross product.

Vector3 vector1

The first vector.

Vector3 vector2

The second vector.