using Chernobyl.Mathematics.Mechanics; namespace Chernobyl.Input.Controls.Axis { /// /// A control that can be moved in positive or negative direction on 3 /// dimensions (X, Y, and Z). /// public interface IAxis3DControl : IAxis3D, IControl { } }