normalized
  Returns a normalized copy of this vector if this vector magnitude is large enough to safely normalize. Else returns defaultValue.
Parameters
default
the returned value if this vector could not be safely normalized.
Returns a normalized copy of this vector if this vector magnitude is large enough to safely normalize. Else returns the result of calling the defaultValue function.
Parameters
default
the function whose result is returned if the vector could not be safely normalized.