|
Vector3SquaredLength Property
|
Get length of vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
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