MCPcopy Create free account
hub / github.com/TinyMPC/TinyMPC / transform

Method transform

include/Eigen/Eigen/src/Geometry/AlignedBox.h:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326 */
327 template<int Mode, int Options>
328 EIGEN_DEVICE_FUNC inline void transform(
329 const typename Transform<Scalar, AmbientDimAtCompileTime, Mode, Options>::TranslationType& translation)
330 {
331 this->translate(translation);
332 }
333
334 /**
335 * Transforms this box by \a transform and recomputes it to

Callers 1

Calls 2

linearMethod · 0.80
translationMethod · 0.80

Tested by

no test coverage detected