normalized Or Else
Returns a normalized copy of this vector if this vector magnitude is large enough to safely normalize. Else returns defaultValue.
Parameters
default Value
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 Value
the function whose result is returned if the vector could not be safely normalized.