Lines Matching refs:Vec
29 static void MakeModelMtx ( Vec xAxis, Vec yAxis, Vec zAxis, Mtx m );
40 Vec CamX = {1.0F, 0.0F, 0.0F};
41 Vec CamY = {0.0F, 1.0F, 0.0F};
42 Vec CamZ = {0.0F, 0.0F, 1.0F};
44 Vec LightY = {0.0F, 1.0F, 0.0F};
45 Vec LightX = {1.0F, 0.0F, 0.0F};
46 Vec LightZ = {0.0F, 0.0F, 1.0F};
140 Vec camPt = {0.0F, 0.0F, 8.0F}; in ViewInit()
141 Vec up = {0.0F, 1.0F, 0.0F}; in ViewInit()
142 Vec origin = {0.0F, 0.0F, 0.0F}; in ViewInit()
302 static void MakeModelMtx ( Vec xAxis, Vec yAxis, Vec zAxis, Mtx m ) in MakeModelMtx()