Closed dulrich closed 8 years ago
Noticed a couple of things:
vMag
and vDot
have float casts that are not immediately obviously necessaryvSet
is explicitly declare inline, so vSet2
and vSet2i
have been likewise markedz
was typoed in vSet
See comments on Box/QuadrantCenter. Will be merged after that.
Assuming 2i functions only use 2i parameters/variables, the only non-obvious change is converting
Vector2* out
toVector2i* out
inboxCenter2i
's signature to resolve type errors and follow thei
part.boxQuadrant2i
also switched toVector2i
variables andi
function calls.