Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDirectedElement.cs
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}
Interface for directed elements.
bool TryGetStart(out float X, out float Y, out float Direction)
Tries to get start position and initial direction.
bool TryGetEnd(out float X, out float Y, out float Direction)
Tries to get end position and terminating direction.