cpvdistsq

Returns the squared distance between v1 and v2. Faster than cpvdist() when you only need to compare distances.

extern (C) static
cpFloat
cpvdistsq
(
const cpVect v1
,
const cpVect v2
)

Meta