Vector.unit

unit vector of this vector

struct Vector
unit
()

Examples

Vector v1=Vector(5,0);
assert(v1.unit==Vector(1,0));

Meta