[]
Defines the descarts multiplication operation for vector.
public static Vector CrossMultiply(Vector left, Vector right)
| Type | Name | Description |
|---|---|---|
| Vector | left | A Vector indicates the left operand. |
| Vector | right | A Vector indicates the right operand. |
| Type | Description |
|---|---|
| Vector | A Vector that is the descarts multiplying result of the left and right operands. |
| i, j, k |
(n1, n2, n3) X (m1, m2, m3) = | n1, n2, n3| = (?, ?, ?) | m1, m2, m3|
Cross multiply a speical vector to this vector.
public virtual void CrossMultiply(Vector value)
| Type | Name | Description |
|---|---|---|
| Vector | value | A Vector indicates the speical vector.. |