Utilities¶
keyed.constants
¶
Useful constants.
ALWAYS
module-attribute
¶
Basically, this makes sure the animation is in effect far into the past.
This is a weird hack, and I'm not thrilled about it.
EXTRAS_INSTALLED
module-attribute
¶
EXTRAS_INSTALLED = find_spec('keyed_extras') is not None
Whether or not keyed-extras
is installed.
Direction
dataclass
¶
A 3D vector.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
x
|
float
|
X position, typically in the unit square. |
0
|
y
|
float
|
Y position, typically in the unit square. |
0
|
z
|
float
|
Z position, typically in the unit square. |
0
|