CPhysical almost done

This commit is contained in:
aap
2019-05-19 21:28:10 +02:00
parent 9e496100b7
commit c4f9b9573f
12 changed files with 804 additions and 60 deletions

View File

@ -64,6 +64,7 @@ public:
this->z /= t;
return *this;
}
bool IsZero(void) { return x == 0.0f && y == 0.0f && z == 0.0f; }
};
inline float