Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
IceMatrix3x3.cpp
Go to the documentation of this file.
1
8
11
32
35
// Precompiled Header
36
#include "
Stdafx.h
"
37
38
39
using namespace
Opcode;
40
41
// Cast operator
42
Matrix3x3::operator
Matrix4x4
()
const
43
{
44
return
Matrix4x4
(
45
m[0][0], m[0][1], m[0][2], 0.0
f
,
46
m[1][0], m[1][1], m[1][2], 0.0
f
,
47
m[2][0], m[2][1], m[2][2], 0.0
f
,
48
0.0
f
, 0.0
f
, 0.0
f
, 1.0
f
);
49
}
50
src
cmd
collide2
Ice
IceMatrix3x3.cpp
Generated on Fri May 29 2015 23:07:11 for Vegastrike 0.5.1 rc1 by
1.8.4