Normalize transforms a value x in the data coordinate system to the normalized coordinate system.
(min, max, x float32)
| 21 | // Normalize transforms a value x in the data coordinate system to |
| 22 | // the normalized coordinate system. |
| 23 | Normalize(min, max, x float32) float32 |
| 24 | } |
| 25 | |
| 26 | // Axis represents either a horizontal or vertical |
no outgoing calls
no test coverage detected