pull/1/head
Marrub 2018-03-10 23:49:24 -05:00 committed by GitHub
parent 57e01b2fd6
commit bd8c6853fb
1 changed files with 1 additions and 0 deletions

View File

@ -1248,6 +1248,7 @@ struct Vector2
struct Vector3
{
double x, y, z;
Vector2 xy;
double Length() const;
Vector3 Unit() const;