Home | History | Annotate | Download | only in Geometry

Lines Matching refs:TransformType

44   typedef Transform<Scalar,Dim> TransformType;
80 inline TransformType operator* (const ScalingType& other) const;
83 inline TransformType operator* (const LinearMatrixType& linear) const;
86 inline TransformType operator*(const RotationBase<Derived,Dim>& r) const
91 friend inline TransformType operator* (const LinearMatrixType& linear, const Translation& t)
93 TransformType res;
103 inline TransformType operator* (const TransformType& t) const;
151 inline typename Translation<Scalar,Dim>::TransformType
154 TransformType res;
163 inline typename Translation<Scalar,Dim>::TransformType
166 TransformType res;
176 inline typename Translation<Scalar,Dim>::TransformType
177 Translation<Scalar,Dim>::operator* (const TransformType& t) const
179 TransformType res = t;