|
LIBRCSC Docs
Documentation for HELIOS's BASE LIBRCSC library for RoboCup 2D Simulation League.
|
2D transform matrix class Header File. More...
#include <rcsc/geom/vector_2d.h>#include <rcsc/geom/angle_deg.h>#include <iostream>#include <cmath>

Go to the source code of this file.
Classes | |
| class | rcsc::Matrix2D |
| 2D translation matrix class More... | |
Functions | |
| const rcsc::Matrix2D | operator* (const rcsc::Matrix2D &lhs, const rcsc::Matrix2D &rhs) |
| multiplication operator of Matrix x Matrix. More... | |
| rcsc::Vector2D | operator* (const rcsc::Matrix2D &lhs, const rcsc::Vector2D &rhs) |
| multiplication(transformation) operator of Matrix x Vector. More... | |
| std::ostream & | operator<< (std::ostream &os, const rcsc::Matrix2D &m) |
| output stream operator. More... | |
2D transform matrix class Header File.
|
inline |
multiplication operator of Matrix x Matrix.
| lhs | left hand side matrix. |
| rhs | right hand side matrix |
|
inline |
multiplication(transformation) operator of Matrix x Vector.
| lhs | left hand side matrix. |
| rhs | right hand side vector |
|
inline |
output stream operator.
| os | reference to the output stream. |
| m | value to be output. |