Vector4d.LengthFast Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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