Example #1
0
 public IcarosController()
 {
     transformAxes = axesTransformIcaros;
 }
Example #2
0
 public void recalibrateFor(AxesDefinition definition)
 {
     calibrate(definition);
 }
Example #3
0
 private FieldDefinition(string fieldType, MetaValueType valueType, int size, int components, AxesDefinition axes, bool hidden)
 {
     FieldTypeName = fieldType;
     ValueType     = valueType;
     Size          = size;
     Components    = components;
     Axes          = AxesDefinition.None;
     Hidden        = hidden;
 }
Example #4
0
 private void calibrate(AxesDefinition definition)
 {
     transformAxes = definition;
 }