Vector4d.LengthFast Property

Definition

Gets an approximation of the vector length (magnitude).

public double LengthFast { get; }
member this.LengthFast : double

Property Value

Remarks

This property uses an approximation of the square root function to calculate vector magnitude, with an upper error bound of 0.001. Length

Applies to

See also