Module single_precision

Source
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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points 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 of Points with inner type usize.