50 return os <<
"(" <<
v.
x <<
", " <<
v.y <<
", " <<
v.z <<
")" ;
55 return ((
x <
v.x) && (
y <
v.y) && (
z <
v.z));
60 return ((
x <=
v.x) && (
y <=
v.y) && (
z <=
v.z));
65 return ((
x >
v.x) && (
y >
v.y) && (
z >
v.z));
70 return ((
x >=
v.x) && (
y >=
v.y) && (
z >=
v.z));
76#include "third_party/imgui/imgui.h"
ComponentTypeID GetComponentTypeID_Static()
static float fDt
Delta time between frames in seconds.
static Vector FromImVec2(const ImVec2 &v)
bool operator<(const Vector &v)
bool operator<=(const Vector &v)
bool operator>(const Vector &v)
bool operator>=(const Vector &v)
ostream & operator<<(ostream &os, const Vector &v)
Vector vBlend(Vector &_v1, Vector &_v2, float _fc)