go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Matrix size methods #93

Closed stewi1014 closed 11 months ago

stewi1014 commented 1 year ago

Implements #92

Running go generate has brought in a few unwanted changes. I would remove them before merging, but am keeping them for now until I understand where they're coming from.

I separated changes to the template and changes from go generate. Let me know if it would be better to squash the changes.

pwaller commented 1 year ago

This seems reasonable to me and thanks for sharing your rationale on #92. We can squash-on-merge.

I'm going to leave this open for a week to give others a chance to comment before landing this. After that please feel free to ping the thread and I'll merge unless there are outstanding comments or issues.