DNA Calib 1.1
Project brief
|
Functions | |
template<dim_t L, typename T > | |
mat< L, L, T > | scale (const vec< L, T > &factors) |
template<dim_t L, typename T > | |
mat< L, L, T > | scale (const mat< L, L, T > &m, const vec< L, T > &factors) |
template<dim_t L, typename T > | |
mat< L, L, T > | scale (T factor) |
template<dim_t L, typename T > | |
mat< L, L, T > | scale (const mat< L, L, T > &m, T factor) |
|
inline |
References scale().
|
inline |
References tdm::mat< R, C, T >::diagonal().
Referenced by dnac::extractRotationMatrix(), scale(), dnac::ScaleCommand::ScaleCommand(), and dnac::ScaleCommand::setScale().