Searched defs:pAxis (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DLocation.c213 static SLresult I3DLocation_Rotate(SL3DLocationItf self, SLmillidegree theta, const SLVec3D *pAxis) argument
217 if (!((-360000 <= theta) && (theta <= 360000)) || (NULL == pAxis)) {
220 SLVec3D axis = *pAxis;
H A DI3DMacroscopic.c122 SLmillidegree theta, const SLVec3D *pAxis)
126 if (!((-360000 <= theta) && (theta <= 360000)) || NULL == pAxis) {
129 SLVec3D axis = *pAxis;
121 I3DMacroscopic_Rotate(SL3DMacroscopicItf self, SLmillidegree theta, const SLVec3D *pAxis) argument

Completed in 195 milliseconds