mirror of
https://github.com/halpz/re3.git
synced 2025-07-10 20:48:53 +00:00
CPhysical almost done
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user