Showing results for
on python-tcod.readthedocs.ioLine of Sight tcod.los
¶
This modules holds functions for NumPy-based line of sight algorithms.
- tcod.los.bresenham(start: tuple[int, int], end...
¶
This modules holds functions for NumPy-based line of sight algorithms.
- tcod.los.bresenham(start: tuple[int, int], end...
...Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
...Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
"""This modules holds functions for NumPy-based line of sight algorithms."""
from __future__ import annotations
from typing import TYPE_CHECKING, Any
import numpy as np...
from __future__ import annotations
from typing import TYPE_CHECKING, Any
import numpy as np...