共用方式為


Vector2.LengthSquared 屬性

定義

取得向量長度的平方 (大小) 。

public float LengthSquared { get; }
member this.LengthSquared : single

屬性值

備註

此屬性可避免 Length 屬性所需的昂貴平方根運算。 這可讓您更適合比較。 Length

適用於

另請參閱