WUT_Computer_Science/code/sightpy/geometry/__init__.py
2025-01-12 12:07:04 +01:00

14 lines
173 B
Python

from .primitive import *
from .collider import *
from .sphere import *
from .plane import *
from .triangle import *
from .triangle_mesh import *
from .cuboid import *