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};
157 Vec camPt = {0.0F, 0.0F, 8.0F}; in ViewInit()
158 Vec up = {0.0F, 1.0F, 0.0F}; in ViewInit()
159 Vec origin = {0.0F, 0.0F, 0.0F}; in ViewInit()
319 static void MakeModelMtx ( Vec xAxis, Vec yAxis, Vec zAxis, Mtx m ) in MakeModelMtx()