cpvcross

2D vector cross product analog. The cross product of 2D vectors results in a 3D vector with only a z component. This function returns the magnitude of the z value.

cpvcross
(
const cpVect v1
,
const cpVect v2
)

Meta