go-gl / mathgl

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

Added NxM matrix and N-length vector #20

Closed UserAB1236872 closed 10 years ago

UserAB1236872 commented 10 years ago

This adds basic support for arbitrary sized vectors and matrices. Additional functionality will be added in time. This requires Go 1.3 since it makes use of sync.Pool. This is not for true n-dim linear algebra, but rather corner cases where you require matrices a little larger than what is provided.