Showing results for on python-tcod.readthedocs.io
Line 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...
"""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...
...__getattr__()
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
...__getattr__()
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
- Getting events
- Keyboard Enums
- Image Handling
tcod.image
Python Module Index t t tcod tcod.bsp tcod.console tcod.context tcod.event tcod.image tcod.los tcod.map tcod.noise tcod.path...
...2.0
This function was replaced by :any:`tcod.los.bresenham`.
"""
lib.TCOD_line_init(xo, yo, xd, yd)
[docs]
This function was replaced by :any:`tcod.los.bresenham`.
"""
lib.TCOD_line_init(xo, yo, xd, yd)
[docs]
...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...
...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...
tcod.los.bresenham
.
- libtcodpy.line_step() tuple[int, int] | tuple[None, None] [source]¶
After calling line_init returns (x, y) points...