TrinityCore
|
#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"
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) |
3x3 matrix class
2001-06-02 2010-08-15
Copyright 2000-2012, Morgan McGuire. All rights reserved.