Docs.rs
pi_path_finding-0.4.0
pi_path_finding 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
moyy
github:gaiaworld:dev
Dependencies
bitvec ^1.0
normal
bytemuck ^1.4
normal
js-sys ^0.3.4
normal
nalgebra ^0.32
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
pi_null ^0.1
normal
serde ^1.0
normal
serde-wasm-bindgen ^0.5.0
normal
wasm-bindgen ^0.2
normal
pcg_rand ^0.13
dev
rand_core ^0.6
dev
raqote ^0.8
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate pi_path_finding
Version 0.4.0
All Items
?
Crate
pi_path_finding
source
·
[
−
]
Expand description
寻路 模块
finder A* 主体
tile_map 模块,实现了方格数据的A*寻路;
nav_mesh 模块,实现了 3维导航网格的A*寻路(包含路径拉直)