Docs.rs
geo-0.25.1
geo 0.25.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
frewsxcv
sunng87
github:georust:geo-publishers
Dependencies
earcutr ^0.4.2
normal
float_next_after ^1.0.0
normal
geo-types ^0.7.9
normal
geographiclib-rs ^0.2.3
normal
log ^0.4.11
normal
num-traits ^0.2
normal
proj ^0.27.0
normal
robust ^0.2.2
normal
rstar ^0.10.0
normal
serde ^1.0
normal
approx >=0.4.0, <0.6.0
dev
criterion ^0.4
dev
pretty_env_logger ^0.4
dev
rand ^0.8.0
dev
rand_distr ^0.4.3
dev
wkt ^0.10.1
dev
Versions
75.07%
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
☰
HasKernel
Required Associated Types
Ker
Implementations on Foreign Types
f32
f64
i16
i32
i64
isize
Implementors
In geo::algorithm::kernels
?
Trait
geo
::
algorithm
::
kernels
::
HasKernel
source
·
[
−
]
pub trait HasKernel:
CoordNum
{ type
Ker
:
Kernel
<Self>; }
Expand description
Marker trait to assign Kernel for scalars
Required Associated Types
§
source
type
Ker
:
Kernel
<Self>
Implementations on Foreign Types
§
source
§
impl
HasKernel
for
i64
§
type
Ker
=
SimpleKernel
source
§
impl
HasKernel
for
i16
§
type
Ker
=
SimpleKernel
source
§
impl
HasKernel
for
i32
§
type
Ker
=
SimpleKernel
source
§
impl
HasKernel
for
f64
§
type
Ker
=
RobustKernel
source
§
impl
HasKernel
for
f32
§
type
Ker
=
RobustKernel
source
§
impl
HasKernel
for
isize
§
type
Ker
=
SimpleKernel
Implementors
§