python-lottie
0.7.0+dev351ce82
A framework to work with lottie files and telegram animated stickers (tgs)
|
Classes | |
class | NVector |
Functions | |
def | vop (op, a, b) |
def | Point (x, y) |
def | Size (x, y) |
def | Point3D (x, y, z) |
def | PolarVector (length, theta) |
def lottie.nvector.Point | ( | x, | |
y | |||
) |
Definition at line 135 of file nvector.py.
def lottie.nvector.Point3D | ( | x, | |
y, | |||
z | |||
) |
Definition at line 143 of file nvector.py.
def lottie.nvector.PolarVector | ( | length, | |
theta | |||
) |
Definition at line 147 of file nvector.py.
def lottie.nvector.Size | ( | x, | |
y | |||
) |
Definition at line 139 of file nvector.py.
def lottie.nvector.vop | ( | op, | |
a, | |||
b | |||
) |
Definition at line 5 of file nvector.py.