Lines Matching refs:mOrientationVectors
108 thiz->mOrientationVectors.mFront = front;
109 thiz->mOrientationVectors.mAbove = above;
110 thiz->mOrientationVectors.mUp = above; // wrong
164 SLVec3D front = thiz->mOrientationVectors.mFront;
165 SLVec3D up = thiz->mOrientationVectors.mUp;
221 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors));
222 thiz->mOrientationVectors.mFront.x = 0;
223 thiz->mOrientationVectors.mFront.y = 0;
224 thiz->mOrientationVectors.mFront.z = -1000;
225 thiz->mOrientationVectors.mUp.x = 0;
226 thiz->mOrientationVectors.mUp.y = 1000;
227 thiz->mOrientationVectors.mUp.z = 0;
228 thiz->mOrientationVectors.mAbove.x = 0;
229 thiz->mOrientationVectors.mAbove.y = 0;
230 thiz->mOrientationVectors.mAbove.z = 0;