Home | History | Annotate | Download | only in coders

Lines Matching full:row0

1374     row0,
1382 row0.x = covariance[0];
1383 row0.y = covariance[1];
1384 row0.z = covariance[2];
1385 row0.w = 0.0f;
1407 w.x = row0.x * v.x;
1408 w.y = row0.y * v.x;
1409 w.z = row0.z * v.x;
1410 w.w = row0.w * v.x;