python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.nvector Namespace Reference

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)
 

Function Documentation

◆ Point()

def lottie.nvector.Point (   x,
  y 
)

Definition at line 135 of file nvector.py.

◆ Point3D()

def lottie.nvector.Point3D (   x,
  y,
  z 
)

Definition at line 143 of file nvector.py.

◆ PolarVector()

def lottie.nvector.PolarVector (   length,
  theta 
)

Definition at line 147 of file nvector.py.

◆ Size()

def lottie.nvector.Size (   x,
  y 
)

Definition at line 139 of file nvector.py.

◆ vop()

def lottie.nvector.vop (   op,
  a,
  b 
)

Definition at line 5 of file nvector.py.