Operator operator ^
operator ^(Vector2D, Vector2D)
Computes the cross product of two vectors.
Declaration
public static double operator ^(Vector2D inVector1, Vector2D inVector2)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector2D | inVector1 | Left hand side vector. |
| Vector2D | inVector2 | Right hand side vector. |
Returns
| Type | Description |
|---|---|
| double | Vectors' cross product "Z" component. |