Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDirectedElement.cs
1
namespace
Waher.Layout.Layout2D.Model
2
{
6
public
interface
IDirectedElement
7
{
15
bool
TryGetStart
(out
float
X, out
float
Y, out
float
Direction);
16
24
bool
TryGetEnd
(out
float
X, out
float
Y, out
float
Direction);
25
}
26
}
Waher.Layout.Layout2D.Model.IDirectedElement
Interface for directed elements.
Definition:
IDirectedElement.cs:7
Waher.Layout.Layout2D.Model.IDirectedElement.TryGetStart
bool TryGetStart(out float X, out float Y, out float Direction)
Tries to get start position and initial direction.
Waher.Layout.Layout2D.Model.IDirectedElement.TryGetEnd
bool TryGetEnd(out float X, out float Y, out float Direction)
Tries to get end position and terminating direction.
Waher.Layout.Layout2D.Model
Definition:
Angle.cs:6
IoTGateway
Layout
Waher.Layout.Layout2D
Model
IDirectedElement.cs
Generated by
1.9.5