source/Math/Transform.cpp: Style fixes.
This commit is contained in:
parent
6e8f060882
commit
910bad0fb7
1 changed files with 5 additions and 5 deletions
|
|
@ -10,12 +10,12 @@ m_matrix (Matrix4f::Identity)
|
|||
}
|
||||
|
||||
Transform::Transform( float a00, float a01, float a02,
|
||||
float a10, float a11, float a12,
|
||||
float a20, float a21, float a22) :
|
||||
float a10, float a11, float a12,
|
||||
float a20, float a21, float a22) :
|
||||
m_matrix (a00, a01, 0.0f, a02,
|
||||
a10, a11, 0.0f, a12,
|
||||
0.0f, 0.0f, 1.0f, 0.0f,
|
||||
a20, a21, 0.0f, a22)
|
||||
a10, a11, 0.0f, a12,
|
||||
0.0f, 0.0f, 1.0f, 0.0f,
|
||||
a20, a21, 0.0f, a22)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue