Dimension
kloppy.domain.Dimension
dataclass
Limits of pitch boundaries along a single axis.
| ATTRIBUTE | DESCRIPTION |
|---|---|
min |
Minimal possible value within this dimension
TYPE:
|
max |
Maximal possible value within this dimension
TYPE:
|
to_base
Map a value from this dimension to [0, 1].
from_base
Map a value from [0, 1] to this dimension.