Esempio n. 1
0
 public MinMax(float centre, float offset)
 {
     min = centre.AddAngle(-90 + offset);
     max = centre.AddAngle(90 - offset);
 }