OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M44d
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfMatrixAttribute.h
74
typedef TypedAttribute<Imath::
M44d
> M44dAttribute;
/external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp
70
EXPORT_CONST
M44d
identity44d ( 1, 0, 0, 0,
105
M44d
109
return
M44d
();
138
return
M44d
();
238
return
M44d
(s*Qt.x[0][0], s*Qt.x[0][1], s*Qt.x[0][2], T(0),
245
M44d
252
template
M44d
procrustesRotationAndTranslation (const V3d* from, const V3d* to, const size_t numPoints, const bool doScale);
253
template
M44d
procrustesRotationAndTranslation (const V3f* from, const V3f* to, const size_t numPoints, const bool doScale);
254
template
M44d
procrustesRotationAndTranslation (const V3d* from, const V3d* to, const double* weights, const size_t numPoints, const bool doScale);
255
template
M44d
procrustesRotationAndTranslation (const V3f* from, const V3f* to, const float* weights, const size (…)
[
all
...]
ImathMatrixAlgo.h
80
IMATH_EXPORT_CONST
M44d
identity44d;
[
all
...]
ImathMatrix.h
873
typedef Matrix44 <double>
M44d
;
[
all
...]
Completed in 68 milliseconds