ebassi / graphene

A thin layer of graphic data types

Home Page:http://ebassi.github.io/graphene

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Properly document matrix conventions

ebassi opened this issue · comments

The documentation for graphene_simd4x4f_t and graphene_matrix_t are inadequate.

We only specify the order—row major instead of column major—but we also need to document the order of multiplications, the order of transformations, and the operations on row/column vectors.