Showing results for

line

of

sight

on python-tcod.readthedocs.io
python-tcod.readthedocs.io › en › latest › tcod
Line of Sight tcod.los - python-tcod 19.4.1 documentation
Line of Sight tcod.los

This modules holds functions for NumPy-based line of sight algorithms.
- tcod.los.bresenham(start: tuple[int, int], end...
python-tcod.readthedocs.io › en › latest
python-tcod 19.4.1 documentation
...Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
python-tcod.readthedocs.io › en › latest › index.html
python-tcod 19.4.1 documentation
...Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Line of Sight
python-tcod.readthedocs.io › en › latest › modules
tcod.los - python-tcod 19.4.1 documentation
"""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...