yzziizzy / c3dlas

Linear algebra functions and utilities for 3D rendering in C
Other
2 stars 1 forks source link

cleanup gcc errors, #1

Closed dulrich closed 8 years ago

dulrich commented 8 years ago

Assuming 2i functions only use 2i parameters/variables, the only non-obvious change is converting Vector2* out to Vector2i* out in boxCenter2i's signature to resolve type errors and follow the i part. boxQuadrant2i also switched to Vector2i variables and i function calls.

dulrich commented 8 years ago

Noticed a couple of things:

yzziizzy commented 8 years ago

See comments on Box/QuadrantCenter. Will be merged after that.