Returns [code]true[/code] if this vector's values are approximately zero, by running [method @GDScript.is_zero_approx] on each component. This method is faster than using [method is_equal_approx] with one value as a zero vector.