OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:voronoiCenter
(Results
1 - 2
of
2
) sorted by null
/development/perftests/panorama/feature_mos/src/mosaic/
CSite.h
44
SVec2d
voronoiCenter
;
53
inline SVec2d& getVCenter() { return
voronoiCenter
; }
54
inline double X() { return
voronoiCenter
.x; }
55
inline double Y() { return
voronoiCenter
.y; }
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
CSite.h
44
SVec2d
voronoiCenter
;
53
inline SVec2d& getVCenter() { return
voronoiCenter
; }
54
inline double X() { return
voronoiCenter
.x; }
55
inline double Y() { return
voronoiCenter
.y; }
Completed in 2116 milliseconds