#include "Matrix.hpp"
#include "Math.hpp"
#include <math.h>
Namespaces | |
namespace | syBR |
namespace | syBR::Core |
Functions | |
Matrix | syBR::Core::operator * (const float scalar, const Matrix &matrix) |
Multiply a matrix by a scalar. | |
Matrix | syBR::Core::operator/ (const float scalar, const Matrix &matrix) |
Divide a matrix by a scalar. | |
Vector3D | syBR::Core::operator * (const Vector3D &vector, const Matrix &matrix) |
Multiply a matrix by a vector. |
Copyright © 2008 by Sebastien Frippiat
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:32 2008