boost::gil::operator*
Multiplication operator
Synopsis
template<typename T>
[[__always_inline__]]
matrix3x2<T>
operator*(
matrix3x2<T> const& m1,
matrix3x2<T> const& m2);
Return Value
/////////////////////////////////////////////////////////////////////////////////////
Parameters
Name |
Description |
m1 |
The left operand |
m2 |
The right operand |
Created with MrDocs