Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::transform_make_affine< Mode > Struct Template Reference

#include <src/eigen/Eigen/src/Geometry/Transform.h>

Static Public Member Functions

template<typename MatrixType >
static EIGEN_DEVICE_FUNC void run (MatrixType &mat)
 

Detailed Description

template<int Mode>
struct Eigen::internal::transform_make_affine< Mode >

Member Function Documentation

◆ run()

template<int Mode>
template<typename MatrixType >
static EIGEN_DEVICE_FUNC void Eigen::internal::transform_make_affine< Mode >::run ( MatrixType &  mat)
inlinestatic
1147 {
1148 static const int Dim = MatrixType::ColsAtCompileTime-1;
1149 mat.template block<1,Dim>(Dim,0).setZero();
1150 mat.coeffRef(Dim,Dim) = typename MatrixType::Scalar(1);
1151 }
const constexpr int Dim
Definition Line.hpp:35

The documentation for this struct was generated from the following file: