|
Vector3IsZero Property
|
Gets a value indicating whether this vector is the zero vector.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
Get
public:
property bool IsZero {
bool get ();
}
member IsZero : bool with get
Property Value
Type:
Boolean
See Also