OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Isometry
(Results
1 - 15
of
15
) sorted by null
/external/eigen/bench/
benchGeometry.cpp
99
run_vec(TV, float,
Isometry
, AutoAlign, 3);
100
run_vec(TV, float,
Isometry
, DontAlign, 3);
101
run_vec(TV, float,
Isometry
, AutoAlign, 4);
102
run_vec(TV, float,
Isometry
, DontAlign, 4);
105
run_vec(TV, double,
Isometry
, AutoAlign, 3);
106
run_vec(TV, double,
Isometry
, DontAlign, 3);
107
run_vec(TV, double,
Isometry
, AutoAlign, 4);
108
run_vec(TV, double,
Isometry
, DontAlign, 4);
113
run_vec(TMATV, float,
Isometry
, AutoAlign, 4);
114
run_vec(TMATV, float,
Isometry
, DontAlign, 4)
[
all
...]
geometry.cpp
100
Transform<Scalar,3,
Isometry
> iso3(mat34);
/external/eigen/Eigen/src/Geometry/
Scaling.h
63
inline Transform<Scalar,Dim,(int(Mode)==int(
Isometry
)?Affine:Mode)> operator* (const Transform<Scalar,Dim, Mode, Options>& t) const
65
Transform<Scalar,Dim,(int(Mode)==int(
Isometry
)?Affine:Mode)> res = t;
Transform.h
218
enum { TransformTimeDiagonalMode = ((Mode==int(
Isometry
))?Affine:int(Mode)) };
300
// Affine | AffineCompact |
Isometry
= Projective
305
//
Isometry
= Affine | AffineCompact
306
EIGEN_STATIC_ASSERT(EIGEN_IMPLIES(OtherMode==int(Affine)||OtherMode==int(AffineCompact), Mode!=int(
Isometry
)),
419
* mode is no
isometry
. In that case, the returned transform is an affinity.
434
* mode is no
isometry
. In that case, the returned transform is an affinity.
533
inline Transform<Scalar,Dim,(int(Mode)==int(
Isometry
)?int(Affine):int(Mode))> operator*(const UniformScaling<Scalar>& s) const
535
Transform<Scalar,Dim,(int(Mode)==int(
Isometry
)?int(Affine):int(Mode)),Options> res = *this;
643
typedef Transform<float,2,
Isometry
> Isometry2f;
645
typedef Transform<float,3,
Isometry
> Isometry3f
[
all
...]
RotationBase.h
56
inline Transform<Scalar,Dim,
Isometry
> operator*(const Translation<Scalar,Dim>& t) const
57
{ return Transform<Scalar,Dim,
Isometry
>(*this) * t; }
Hyperplane.h
204
* \param traits specifies whether the matrix \a mat represents an #
Isometry
212
else if (traits==
Isometry
)
224
* \param traits specifies whether the transformation \a t represents an #
Isometry
Translation.h
45
typedef Transform<Scalar,Dim,
Isometry
> IsometryTransformType;
/external/eigen/Eigen/src/Core/util/
Constants.h
390
/** Transformation is an
isometry
. */
391
Isometry
= 0x1,
/external/eigen/test/eigen2/
eigen2_hyperplane.cpp
59
VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot,
Isometry
).absDistance(rot * p1), Scalar(1) );
66
VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*translation,
Isometry
)
eigen2_geometry.cpp
335
VERIFY_IS_APPROX(t0.inverse(
Isometry
), t0.matrix().inverse());
eigen2_geometry_with_eigen2_prefix.cpp
337
VERIFY_IS_APPROX(t0.inverse(
Isometry
), t0.matrix().inverse());
/external/eigen/test/
geo_hyperplane.cpp
59
VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot,
Isometry
).absDistance(rot * p1), Scalar(1) );
66
VERIFY_IS_MUCH_SMALLER_THAN( pl2.transform(rot*translation,
Isometry
)
geo_transformations.cpp
360
VERIFY_IS_APPROX(t0.inverse(
Isometry
).matrix(), t044.inverse().block(0,0,t0.matrix().rows(),4));
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Hyperplane.h
192
* \param traits specifies whether the matrix \a mat represents an
Isometry
200
else if (traits==
Isometry
)
212
* \param traits specifies whether the transformation \a t represents an
Isometry
Transform.h
695
* -
Isometry
if the transformation is only a concatenations of translations
719
else if (traits ==
Isometry
)
Completed in 2060 milliseconds