Class LineSegment
Inheritance
System.Object
LineSegment
Namespace: Eco.Shared.Items
Assembly: Eco.Shared.dll
Syntax
public sealed class LineSegment : ValueType
Properties
End
Declaration
public Vector3 End { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Numerics.Vector3 |
Start
Declaration
public Vector3 Start { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Numerics.Vector3 |