OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLocationCartesian
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/itf/
I3DLocation.c
32
thiz->
mLocationCartesian
= locationCartesian;
83
thiz->
mLocationCartesian
.x += movementCartesian.x;
84
thiz->
mLocationCartesian
.y += movementCartesian.y;
85
thiz->
mLocationCartesian
.z += movementCartesian.z;
130
SLVec3D locationCartesian = thiz->
mLocationCartesian
;
278
thiz->
mLocationCartesian
.x = 0;
279
thiz->
mLocationCartesian
.y = 0;
280
thiz->
mLocationCartesian
.z = 0;
/frameworks/wilhelm/src/
itfstruct.h
125
SLVec3D
mLocationCartesian
;
Completed in 38 milliseconds