Expand description
- A* algorithm for path planning
- This module is documented in the book
Advanced Java Game Programming
§Metadata
- Copyright: © 2022
CroftSoft Inc
- Author:
David Wallace Croft
- Rust version: 2022-11-10
- Rust since: 2022-10-21
§History
- Adapted from the Java package com.croftsoft.core.ai.astar
- In the Java-based
CroftSoft Core Library
- In the Java-based
Modules§
- constants
- Constants for the A* algorithm
- functions
- Associated functions for the A* algorithm
- methods
- Methods for the A* algorithm
- operations
- Operation implementations for the A* algorithm
- structures
- Structures for the A* algorithm
- trait_
imps - Trait implementations for the A* algorithm
- traits
- Traits for the A* algorithm
- types
- Types for the A* algorithm