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