16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 19:29:19 +02:00
This commit is contained in:
VB
2017-02-20 19:03:27 +01:00
parent e24ad4449e
commit b73fec0c5a
16 changed files with 479 additions and 293 deletions

View File

@@ -187,6 +187,8 @@ class float4x4
float e[16];
public:
void deserialize_float32(std::istream &s);
void deserialize_float64(std::istream &s);
float4x4(void){};
float4x4(float f[16])
{