Lines Matching refs:Vec
156 Vec xAxis;
157 Vec yAxis;
158 Vec zAxis;
159 Vec translate;
200 Vec WorldXAxis = { 1, 0, 0 };
201 Vec WorldYAxis = { 0, 1, 0 };
202 Vec WorldZAxis = { 0, 0, 1 };
204 Vec BallPosition = { 40, 0, 0 };
208 Vec CubePosition = { 0, 0, 0 };
906 Vec ballPosInCamera; in CameraUpdate()
942 Vec cubePosInCamera; in CameraUpdate()