|
Brunot
|
Functions | |
| auto | operator* (float scalar, const AffineMatrix &matrix) ->AffineMatrix |
| auto | operator* (const AffineMatrix &matrix, float scalar) ->AffineMatrix |
| auto | operator*= (AffineMatrix &matrix, float scalar) ->AffineMatrix & |
| auto operator* | ( | const AffineMatrix & | matrix, |
| float | scalar )->AffineMatrix |
| matrix | the matrix |
| scalar | the float |
| auto operator* | ( | float | scalar, |
| const AffineMatrix & | matrix )->AffineMatrix |
| scalar | the float |
| matrix | the matrix |
| auto operator*= | ( | AffineMatrix & | matrix, |
| float | scalar )->AffineMatrix & |
| matrix | the matrix |
| scalar | the float |