Lines Matching refs:Vec
147 Vec xAxis;
148 Vec yAxis;
149 Vec zAxis;
150 Vec translate;
191 Vec WorldXAxis = { 1, 0, 0 };
192 Vec WorldYAxis = { 0, 1, 0 };
193 Vec WorldZAxis = { 0, 0, 1 };
195 Vec BallPosition = { 40, 0, 0 };
199 Vec CubePosition = { 0, 0, 0 };
865 Vec ballPosInCamera; in CameraUpdate()
901 Vec cubePosInCamera; in CameraUpdate()