Clean up cgmath
initializers
#100
Labels
cleanup
Improving the code quality or refine functionality
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are a lot of places all over the code base where we initialize points and vectors like this
While perfectly valid, there are functions provided by
cgmath
such asunit_x
/unit_y
/unit_z
for initializingVector
s andzero
forPoint3
.This is a very easy task and just requires some manual labor.
The text was updated successfully, but these errors were encountered: