Description:

Computes the squared length (or magnitude, or size) of this vector. This is an application of Pythagoras' theorem. While the Length property checks for input validity, this property does not. You should check validity in advance, if this vector can be invalid.

Syntax:
public double SquareLength {get}
Returns:
Type: double
Available since:
5.0

SquareLength property

Class:  Rhino.Geometry.Vector3d

Nothing found