OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasOrientation
(Results
1 - 3
of
3
) sorted by null
/external/dynamic_depth/internal/dynamic_depth/
earth_pose.cc
94
bool EarthPose::
HasOrientation
() const { return orientation_.size() == 4; }
110
if (!HasPosition() && !
HasOrientation
()) {
pose.cc
91
bool Pose::
HasOrientation
() const { return orientation_.size() == 4; }
105
if (!HasPosition() && !
HasOrientation
()) {
/external/dng_sdk/source/
dng_xmp.cpp
[
all
...]
Completed in 982 milliseconds