Home
last modified time | relevance | path

Searched refs:mOrientationVectors (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/wilhelm/src/itf/
H A DI3DMacroscopic.cpp108 thiz->mOrientationVectors.mFront = front; in I3DMacroscopic_SetOrientationVectors()
221 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors)); in I3DMacroscopic_init()
222 thiz->mOrientationVectors.mFront.x = 0; in I3DMacroscopic_init()
223 thiz->mOrientationVectors.mFront.y = 0; in I3DMacroscopic_init()
224 thiz->mOrientationVectors.mFront.z = -1000; in I3DMacroscopic_init()
225 thiz->mOrientationVectors.mUp.x = 0; in I3DMacroscopic_init()
226 thiz->mOrientationVectors.mUp.y = 1000; in I3DMacroscopic_init()
227 thiz->mOrientationVectors.mUp.z = 0; in I3DMacroscopic_init()
228 thiz->mOrientationVectors.mAbove.x = 0; in I3DMacroscopic_init()
229 thiz->mOrientationVectors.mAbove.y = 0; in I3DMacroscopic_init()
[all …]
H A DI3DLocation.cpp176 thiz->mOrientationVectors.mFront = front; in I3DLocation_SetOrientationVectors()
177 thiz->mOrientationVectors.mAbove = above; in I3DLocation_SetOrientationVectors()
251 SLVec3D front = thiz->mOrientationVectors.mFront; in I3DLocation_GetOrientationVectors()
252 SLVec3D up = thiz->mOrientationVectors.mUp; in I3DLocation_GetOrientationVectors()
286 memset(&thiz->mOrientationVectors, 0x55, sizeof(thiz->mOrientationVectors)); in I3DLocation_init()
/aosp12/frameworks/wilhelm/src/
H A Ditfstruct.h143 } mOrientationVectors; member
168 } mOrientationVectors; member