dgrzech / sobfu

real-time 3D reconstruction of non-rigidly deforming scenes using depth data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is your Mat4f column major or row major

bigdimboom opened this issue · comments

float4 Mat4f ::data[4];

is data column or row major?

data[0] is row 0
data[1] is row 1
data[2] is row 2
data[3] is row 3

image