Returns the squared length of this vector.
Double SIVector3.LengthSquared(); |
oFloat = SIVector3.LengthSquared(); |
Floating point value (squared length of this vector).
dim v1 ' Create 3D vectors. set v1 = XSIMath.CreateVector3 v1.Set 1.0, 2.0, 3.0 squaredlength = v1.LengthSquared |