true if this vector has a length of exactly zero
Vector v1=Vector(0,0); Vector v2=Vector(7,2); assert(v1.zero==true); assert(v2.zero==false);
See Implementation
true if this vector has a length of exactly zero