Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Normalizer ¶
type Normalizer interface { // Normalize transforms a value x in the data coordinate system to // the normalized coordinate system. Normalize(min, max, x float32) float32 }
Normalizer rescales values from the data coordinate system to the normalized coordinate system.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.