cross(a) → {number}
The cross product of this and another Point object.
Parameters
Name | Type | Description |
---|---|---|
a | Phaser.Point | The Point object to get the cross product combined with this Point. |
Returns
number -
The result.
- Source code: geom/Point.js (Line 402)
Please login to continue.