Vector3CrossProduct method

Vector3StructType Vector3CrossProduct(
  1. Vector3StructType v1,
  2. Vector3StructType v2
)

Implementation

Vector3StructType Vector3CrossProduct(Vector3StructType v1, Vector3StructType v2)
  => v1.crossProduct(v2);