Matrix.cpp File Reference

Contains the definition of the Matrix class. More...

#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.


Detailed Description

Contains the definition of the Matrix class.

Author:
Sebastien Frippiat
Date:
2006/02/27

Copyright © 2008 by Sebastien Frippiat
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.
Last modified Tue Dec 30 17:57:32 2008