Docs.rs
plottery_lib-0.3.0
plottery_lib 0.3.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
TobiasGrothmann
Dependencies
anyhow ^1.0.75
normal
bincode ^1.3.3
normal
fastnoise-lite ^1.1.1
normal
geo ^0.28.0
normal
geo-types ^0.7.12
normal
geometry-predicates ^0.3.0
normal
itertools ^0.13.0
normal
mint ^0.5.9
normal
ramer_douglas_peucker ^0.2.2
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
serde ^1.0.195
normal
svg ^0.17.0
normal
rand ^0.8.5
dev
tempfile ^3.8.1
dev
Versions
0.8%
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
plottery_
lib
0.3.0
Bounding
Box
Required Methods
bounding_box
Implementors
In plottery_
lib::
traits::
bounding_
box
plottery_lib
::
traits
::
bounding_box
Trait
BoundingBox
Copy item path
Source
pub trait BoundingBox { // Required method fn
bounding_box
(&self) ->
Option
<
Rect
>; }
Required Methods
§
Source
fn
bounding_box
(&self) ->
Option
<
Rect
>
Implementors
§
Source
§
impl
BoundingBox
for
Shape
Source
§
impl
BoundingBox
for
Layer
Source
§
impl
BoundingBox
for
Circle
Source
§
impl
BoundingBox
for
Path
Source
§
impl
BoundingBox
for
Rect