Vec3.Direction

static Vec3 Direction(Vec3 to, Vec3 from)

Creates a normalized delta vector that points out from an origin point to a target point!

   
Vec3 to The target point.
Vec3 from And the origin point!
RETURNS: Vec3 Direction from one point to another.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!