UV.CrossProduct
Method
Description:
The cross product of this 2-D vector and the specified 2-D vector.
The cross product of this 2-D vector and the specified 2-D vector.
Remarks:
The cross product of the two vectors in 2-D space is equivalent to the area of the parallelogram they span.
The cross product of the two vectors in 2-D space is equivalent to the area of the parallelogram they span.
Parameters
Parameter | Type | Description |
---|---|---|
source | UV | The vector to multiply with this vector. |
Return Value
Type | Description |
---|---|
Double | The real number equal to the cross product. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Thrown when source is. |