このベクトルのコンポーネントを、範囲[MinValue, MaxValue]に制限します。
SIVector3.ClampInPlace( MinValue, MaxValue );
dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 v1.Set -1010.0, 1020.0, 1030.0 v1.ClampInPlace -1000.0, 1000.0
SIVector3.Clamp SIVector3 SIMatrix3 SIMatrix4 SIRotation SITransformation SIQuaternion