google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.
http://google.github.io/mathfu
Apache License 2.0
1.39k stars 189 forks source link

Expose GetColumn in Matrix #30

Open f1yingbanana opened 6 years ago

f1yingbanana commented 6 years ago

GetColumn is a very useful operation on matrices, and it is supported in matrix.h, but it is marked as MATHFU_INTERNAL.

Just wondering if it can be exposed to public.