c_physics_engine
A custom physics engine written in C/C++
|
#include "matrix.hpp"
Namespaces | |
namespace | cpp_physics |
Functions | |
std::ostream & | cpp_physics::operator<< (std::ostream &flux, const Matrix &mat) |
Print a matrix. | |
Matrix | cpp_physics::operator* (float scalar, const Matrix &mat) |
Scale a matrix. | |