python-lottie
0.7.0+dev418bd09
A framework to work with lottie files and telegram animated stickers (tgs)
|
Public Member Functions | |
def | __init__ (self, x, y, keep) |
def | rot_center (self, center, point) |
def | extract_component (self, vector, axis) |
def | from_points (cls, keep_point, center=NVector(0, 0, 0)) |
Public Attributes | |
x | |
y | |
keep | |
Definition at line 324 of file animation.py.
def lottie.utils.animation.DepthRotationAxis.__init__ | ( | self, | |
x, | |||
y, | |||
keep | |||
) |
Definition at line 325 of file animation.py.
def lottie.utils.animation.DepthRotationAxis.extract_component | ( | self, | |
vector, | |||
axis | |||
) |
Definition at line 337 of file animation.py.
def lottie.utils.animation.DepthRotationAxis.from_points | ( | cls, | |
keep_point, | |||
center = NVector(0, 0, 0) |
|||
) |
Definition at line 341 of file animation.py.
def lottie.utils.animation.DepthRotationAxis.rot_center | ( | self, | |
center, | |||
point | |||
) |
Definition at line 330 of file animation.py.
lottie.utils.animation.DepthRotationAxis.keep |
Definition at line 328 of file animation.py.
lottie.utils.animation.DepthRotationAxis.x |
Definition at line 326 of file animation.py.
lottie.utils.animation.DepthRotationAxis.y |
Definition at line 327 of file animation.py.