Home
last modified time | relevance | path

Searched refs:mVelocitySpherical (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DDoppler.cpp49 thiz->mVelocitySpherical.mAzimuth = azimuth; in I3DDoppler_SetVelocitySpherical()
50 thiz->mVelocitySpherical.mElevation = elevation; in I3DDoppler_SetVelocitySpherical()
51 thiz->mVelocitySpherical.mSpeed = speed; in I3DDoppler_SetVelocitySpherical()
158 memset(&thiz->mVelocitySpherical, 0x55, sizeof(thiz->mVelocitySpherical)); in I3DDoppler_init()
/frameworks/wilhelm/src/
Ditfstruct.h104 } mVelocitySpherical; member