HomeSort by relevance Sort by last modified time
    Searched refs:mOrientationVectors (Results 1 - 3 of 3) sorted by null

  /frameworks/wilhelm/src/itf/
I3DMacroscopic.cpp 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
    [all...]
I3DLocation.cpp 176 thiz->mOrientationVectors.mFront = front;
177 thiz->mOrientationVectors.mAbove = above;
251 SLVec3D front = thiz->mOrientationVectors.mFront;
252 SLVec3D up = thiz->mOrientationVectors.mUp;
286 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors));
  /frameworks/wilhelm/src/
itfstruct.h 143 } mOrientationVectors;
168 } mOrientationVectors;

Completed in 80 milliseconds