shadowcast 0.9.0

Implementation of the recursive shadowcast visible-area detection algorithm
Documentation
1
2
3
4
5
6
7
mod octants;
mod shadowcast;

pub use crate::shadowcast::*;

#[cfg(test)]
mod test;