Share via


SCNVector4.LengthFast Property

Definition

Gets an approximation of the vector length (magnitude).

public float LengthFast { get; }
public System.Runtime.InteropServices.NFloat LengthFast { get; }
member this.LengthFast : single
member this.LengthFast : System.Runtime.InteropServices.NFloat

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.

Applies to

See also