TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Matrix3.cpp File Reference
#include "G3D/platform.h"
#include <memory.h>
#include <assert.h>
#include "G3D/Matrix3.h"
#include "G3D/g3dmath.h"
#include "G3D/BinaryInput.h"
#include "G3D/BinaryOutput.h"
#include "G3D/Quat.h"
#include "G3D/Any.h"
+ Include dependency graph for Matrix3.cpp:

Namespaces

 G3D
 

Functions

Matrix3 G3D::operator* (double fScalar, const Matrix3 &rkMatrix)
 
Matrix3 G3D::operator* (float fScalar, const Matrix3 &rkMatrix)
 
Matrix3 G3D::operator* (int fScalar, const Matrix3 &rkMatrix)
 

Detailed Description

3x3 matrix class

Author
Morgan McGuire, graphics3d.com

2001-06-02 2010-08-15

Copyright 2000-2012, Morgan McGuire. All rights reserved.