Expand description
A module containing pregenerated functions for single-precision line mapping-algorithms.
Functionsยง
- plot_
2d_ f32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type f32. - plot_
2d_ f64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type f64. - plot_
2d_ i32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type i32. - plot_
2d_ i64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type i64. - plot_
2d_ isize_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type isize. - plot_
2d_ u32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type u32. - plot_
2d_ u64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type u64. - plot_
2d_ usize_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type usize. - plot_
3d_ f32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type f32. - plot_
3d_ f64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type f64. - plot_
3d_ i32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type i32. - plot_
3d_ i64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type i64. - plot_
3d_ isize_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type isize. - plot_
3d_ u32_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type u32. - plot_
3d_ u64_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type u64. - plot_
3d_ usize_ bresenham_ line - A premade variant of the bresenham line function for single-precision floating-point arithmetic, returns a
Vec
ofPoint
s with inner type usize.