Lerp between two vectors.
static proto native vector Lerp(vector v1, vector v2, float t)
Lerp between two vectors.
proto void Print(void var)
Prints content of variable to console/log.
proto native vector Vector(float x, float y, float z)
Vector constructor from components.