Vector3d.SquareLength Property

Vector3dSquareLength Property

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.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public double SquareLength { get; }
Public ReadOnly Property SquareLength As Double
	Get

Property Value

Type: Double
See Also