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 › 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...
python-tcod.readthedocs.io › en › latest
python-tcod 19.4.1 documentation
...__getattr__()
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
python-tcod.readthedocs.io › en › latest › index.html
python-tcod 19.4.1 documentation
...__getattr__()
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
python-tcod.readthedocs.io › en › latest › py modindex.html
Python Module Index - python-tcod 19.4.1 documentation
Python Module Index t t tcod tcod.bsp tcod.console tcod.context tcod.event tcod.image tcod.los tcod.map tcod.noise tcod.path...
python-tcod.readthedocs.io › en › latest › modules
tcod.libtcodpy - python-tcod 19.4.1 documentation
...2.0
This function was replaced by :any:`tcod.los.bresenham`.
"""
lib.TCOD_line_init(xo, yo, xd, yd)
[docs]
python-tcod.readthedocs.io › en › latest › genindex.html
Index - python-tcod 19.4.1 documentation
...property) BORDERLESS (tcod.sdl.video.WindowFlags attribute) bresenham() (in module tcod.los) BRIEFLY (tcod.sdl.video.FlashOperation attribute) BSP (class in tcod.bsp) bsp_contains...
python-tcod.readthedocs.io › en › latest › libtcodpy.html
Old API Functions libtcodpy - python-tcod 19.4.1 documentation
...This function was replaced by
tcod.los.bresenham
.
- libtcodpy.line_step() tuple[int, int] | tuple[None, None] [source]¶
After calling line_init returns (x, y) points...