|
Segment3End Property
|
Gets or sets the end position.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Vector3 End { get; set; }
Public Property End As Vector3
Get
Set
public:
property Vector3 End {
Vector3 get ();
void set (Vector3 value);
}
member End : Vector3 with get, set
Property Value
Type:
Vector3
See Also