boost::gil::operator*
Multiplication operator
Synopsis
template<
typename T,
typename F>
[[__always_inline__]]
point<F>
operator*(
point<T> const& p,
matrix3x2<F> const& m);
Parameters
Name |
Description |
p |
The left operand |
m |
The right operand |
Created with MrDocs