You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
masque/masque/utils/__init__.py

14 lines
358 B
Python

"""
Various helper functions, type definitions, etc.
"""
from .types import layer_t, annotations_t
from .array import is_scalar
from .autoslots import AutoSlots
from .bitwise import get_bit, set_bit
from .vertices import remove_duplicate_vertices, remove_colinear_vertices
from .transform import rotation_matrix_2d, normalize_mirror
#from . import pack2d