다음을 통해 공유


Vector4.LengthSquared 속성

정의

벡터 길이(크기)의 제곱을 가져옵니다.

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

속성 값

설명

이 속성은 Length 속성에 필요한 비용이 많이 드는 제곱근 작업을 방지합니다. 이렇게 하면 비교에 더 적합합니다. Length

적용 대상

추가 정보