Lines Matching refs:translation
118 /// Create a translation that doesn't do anything.
120 /// Construct a translation from its vector.
122 /// Construct a translation from its coordinates.
132 /// Get the inverse translation.
134 /// Get a translation that doesn't do anything.
146 * invariant point, combine with translation to the origin and back.
285 /** @brief Combination of a translation and uniform scale.
286 * The translation part is applied first, then the result is scaled from the new origin.
299 /// Construct a zoom from a translation.
301 /// Construct a zoom from a scaling factor and a translation.
317 Point translation() const { return _trans; }
329 are_near(a.translation(), b.translation(), eps);