|
Vector3SquaredLength Property
|
Gets the squared length of vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic double SquaredLength { get; }
Public ReadOnly Property SquaredLength As Double
Get
public:
property double SquaredLength {
double get ();
}
member SquaredLength : float with get
Property Value
Type:
Double
See Also