Summary
Returns the cross product of two vectors.
Syntax
public static double Cross(Vector a, Vector b)
Parameters
Return Value
Type | Description |
---|---|
double | The cross product. |
public static double Cross(Vector a, Vector b)
Type | Description |
---|---|
double | The cross product. |