google / mathfu

C++ math library developed primarily for games focused on simplicity and efficiency.

Home Page:http://google.github.io/mathfu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose GetColumn in Matrix

f1yingbanana opened this issue · comments

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.