After #52 is closed, since that issue refers to these class names a lot ...
Slider subclasses CoefficientSlider and QuadraticCoefficientSlider are a bit misnamed. While they control coefficients (a,b,c) in the Explore screen, they are controlling things that are technically not coefficients (p,h,k) in the Focus & Directrix screen. So consider this renaming:
After #52 is closed, since that issue refers to these class names a lot ...
Slider subclasses
CoefficientSlider
andQuadraticCoefficientSlider
are a bit misnamed. While they control coefficients (a,b,c) in the Explore screen, they are controlling things that are technically not coefficients (p,h,k) in the Focus & Directrix screen. So consider this renaming:CoefficientSlider
->GQSlider
QuadraticCoefficientSlider
->QuadraticSlider