SIVector3.LengthSquared

説明

このベクトルの 2乗長を戻します。

C#構文

Double SIVector3.LengthSquared();

スクリプト構文

oFloat = SIVector3.LengthSquared();

戻り値

Float ポイント値(このベクトルの 2乗長)

VBScript の例

dim v1

' Create 3D vectors.

set v1 = XSIMath.CreateVector3

v1.Set 1.0, 2.0, 3.0

squaredlength = v1.LengthSquared

関連項目

SIVector3.Length SIVector3.Normalize SIVector3.NormalizeInPlace SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion