karlobratko / ziglm

ZiGLM - Zig language implementation of OpenGL Mathematics (GLM) library
MIT License
6 stars 1 forks source link

Mat type - definition #1

Open karlobratko opened 11 months ago

karlobratko commented 11 months ago

Look at Vec implementation, and reuse concepts as much as possible.

karlobratko commented 4 weeks ago

Should we add Mat types with 1 for col/row size?