Home
last modified time | relevance | path

Searched defs:matrix_4x4 (Results 1 – 2 of 2) sorted by relevance

/dports/games/tenebrae/tenebrae_0/
H A Dmathlib.h30 typedef float matrix_4x4[4][4]; // the standard 4x4 homogenous matrix typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/vr/android/arcore/
H A Darcore_impl.cc1089 float matrix_4x4[16]; in GetProjectionMatrix() local