Normalize transforms a value x in the data coordinate system to the normalized coordinate system.
(min, max, x float64)
| 28 | // Normalize transforms a value x in the data coordinate system to |
| 29 | // the normalized coordinate system. |
| 30 | Normalize(min, max, x float64) float64 |
| 31 | } |
| 32 | |
| 33 | // An Axis represents either a horizontal or vertical |
no outgoing calls