Home | History | Annotate | Download | only in Geometry

Lines Matching refs:RhsMode

1219 template<int LhsMode,int RhsMode>
1225 (LhsMode == (int)Projective || RhsMode == (int)Projective ) ? Projective :
1226 (LhsMode == (int)Affine || RhsMode == (int)Affine ) ? Affine :
1227 (LhsMode == (int)AffineCompact || RhsMode == (int)AffineCompact ) ? AffineCompact :
1228 (LhsMode == (int)Isometry || RhsMode == (int)Isometry ) ? Isometry : Projective
1378 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions>
1379 struct transform_transform_product_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,false >
1381 enum { ResultMode = transform_product_result<LhsMode,RhsMode>::Mode };
1383 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs;
1395 template<typename Scalar, int Dim, int LhsMode, int LhsOptions, int RhsMode, int RhsOptions>
1396 struct transform_transform_product_impl<Transform<Scalar,Dim,LhsMode,LhsOptions>,Transform<Scalar,Dim,RhsMode,RhsOptions>,true >
1399 typedef Transform<Scalar,Dim,RhsMode,RhsOptions> Rhs;