Expand description
This module contains polygon mapping-algorithms that are pregenerated for single precision floating points.
Functionsยง
- are_
multiple_ points_ in_ polygon - A premade variant of the multiple point-in-polygon algorithm function, made for single precision floating-point arithmetic.
- graham_
scan_ f32 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using f32 as the point type.
- graham_
scan_ f64 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using f64 as the point type.
- graham_
scan_ i8 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using i8 as the point type.
- graham_
scan_ i16 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using i16 as the point type.
- graham_
scan_ i32 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using i32 as the point type.
- graham_
scan_ i64 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using i64 as the point type.
- graham_
scan_ isize - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using isize as the point type.
- graham_
scan_ u8 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using u8 as the point type.
- graham_
scan_ u16 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using u16 as the point type.
- graham_
scan_ u32 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using u32 as the point type.
- graham_
scan_ u64 - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using u64 as the point type.
- graham_
scan_ usize - A premade variant of the Graham Scan algorithm function, made for single precision floating-point arithmetic, using usize as the point type.
- is_
single_ point_ in_ polygon - A premade variant of the single point-in-polygon algorithm function, made for single precision floating-point arithmetic.
- jarvis_
march_ f32 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using f32 as the point type.
- jarvis_
march_ f64 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using f64 as the point type.
- jarvis_
march_ i8 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using i8 as the point type.
- jarvis_
march_ i16 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using i16 as the point type.
- jarvis_
march_ i32 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using i32 as the point type.
- jarvis_
march_ i64 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using i64 as the point type.
- jarvis_
march_ isize - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using isize as the point type.
- jarvis_
march_ u8 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using u8 as the point type.
- jarvis_
march_ u16 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using u16 as the point type.
- jarvis_
march_ u32 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using u32 as the point type.
- jarvis_
march_ u64 - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using u64 as the point type.
- jarvis_
march_ usize - A premade variant of the Jarvis March algorithm function, made for single precision floating-point arithmetic, using usize as the point type.