Exemple #1
0
 /// <summary>
 /// Constructor with default Lookup Table
 /// </summary>
 public Distancing(LookupTable.DistanceType Type, LookupTable Lookup,LookupTable.Axis Axis)
 {
     LookupDistances = Lookup.GetLookupTable(Type, Axis);
     this.Type = Type;
 }