BennyQBD/3DGameProgrammingTutorial

Need for abs()

Opened this issue · 0 comments

Should use abs(), consider negative values.

return (vals[0] - other.vals[0]) < errorMargin &&