Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasQuadruple.cs
Go to the documentation of this file.
2 using UnityEngine;
3 
4 namespace droid.Runtime.Interfaces {
7  public interface IHasQuadruple {
10  Quaternion ObservationValue { get; }
11 
14  Space4 QuadSpace { get; }
15  }
16 }