Closed Megidd closed 1 year ago
I have tested the get & set methods of M44. They work fine :heavy_check_mark:
I didn't test those of M33 and M22. The only possible bug might be a copy-paste-edit one.
I tested the new API of sdf.NewM44
:heavy_check_mark: But not the rest.
Merged - I'll probably change the API to take a slice of values rather than a fixed sized array.
To fix #69.
The
Get
andSet
methods are inspired by:https://github.com/deadsy/sdfx/blob/67b2e6fdf9a9734eb7deeeffcf3510973e5ff14d/vec/v3/v3.go#L174