Divide vector instead of matrix saves time
Now for homogeneous
Loading
-
@jsola In the same spirit multiplying by 0.5 in faster than dividing by 2 ;)
Please register or sign in to comment
Now for homogeneous
@jsola In the same spirit multiplying by 0.5 in faster than dividing by 2 ;)
Isn't the compiler taking care of these smallities?
Only if optimization is enabled (-Ox) modern compilers will do
OK