mirror of
https://github.com/HandmadeMath/HandmadeMath.git
synced 2026-05-30 08:05:10 +00:00
* Handle zero-vector normalization. When normalizing a vectors, we have to check whether vector length is not zero, to avoid dividing by zero when normalizing zero-vectors. * Test for normalization of zero vectors