KurusView  1.0
MMatrix.h File Reference

Header file for MMatrix class. More...

#include "MVector.h"
#include <iostream>
#include <vector>

Go to the source code of this file.

Classes

class  MMatrix
 

Functions

MMatrix RotationMatrix (const std::vector< MVector > &Rotation)
 RotationMatrix - calculates the rotation matrix of a specific set of angles. More...
 
MMatrix ScalingMatrix (const double &scalingFactor)
 

Detailed Description

Header file for MMatrix class.

Author
github.com/georgekhanachat This object encapsulates a 3x3 matrix

Function Documentation

MMatrix RotationMatrix ( const std::vector< MVector > &  Rotation)

RotationMatrix - calculates the rotation matrix of a specific set of angles.

Parameters
Rotation- vector of MVectors specifying the rotation in each axis
Returns
- Rotation MMatrix