UnixJunkie / vector3

module for 3D vectors (implemented as a record of x, y and z floats)
6 stars 0 forks source link

mult should be renamed sca_mul #13

Open UnixJunkie opened 4 months ago

UnixJunkie commented 4 months ago

for scalar multiplication

UnixJunkie commented 4 months ago

basically, rename all ops so that they match Int32 ops naming