|
Brunot
|
Functions | |
| auto | operator* (const AffineMatrix &rhs, const Vector4D &lhs) ->Vector4D |
| auto | operator*= (Vector4D &rhs, const AffineMatrix &lhs) ->Vector4D & |
| auto | from_json (const json &j, Vector4D &v) ->void |
| auto operator* | ( | const AffineMatrix & | rhs, |
| const Vector4D & | lhs )->Vector4D |
performs rhs*lhs
| rhs | the matrix |
| lhs | the vector |
| auto operator*= | ( | Vector4D & | rhs, |
| const AffineMatrix & | lhs )->Vector4D & |
a*=b is equivalent to a = b * a
| rhs | the Vector to operate on |
| lhs | the transformation to apply |