Docs.rs
rvimage-domain-0.4.10
rvimage-domain 0.4.10
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bertiqwerty
Dependencies
image ^0.25.5
normal
imageproc ^0.25
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
tracing ^0.1.41
normal
Versions
9.76%
of the crate is documented
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
PtF
rvimage_
domain
0.4.10
PtF
Aliased Type
Fields
x
y
Methods
round_signed
Trait Implementations
From<(i32, i32)>
From<(u32, u32)>
From<Point<u32>>
In crate rvimage_
domain
rvimage_domain
Type Alias
PtF
Copy item path
Source
pub type PtF =
Point
<
TPtF
>;
Aliased Type
§
pub struct PtF { pub x:
f64
, pub y:
f64
, }
Fields
§
§
x:
f64
§
y:
f64
Implementations
§
Source
§
impl
PtF
Source
pub fn
round_signed
(&self) ->
Point
<
i32
>
Trait Implementations
§
Source
§
impl
From
<(
i32
,
i32
)> for
PtF
Source
§
fn
from
((x, y): (
i32
,
i32
)) -> Self
Converts to this type from the input type.
Source
§
impl
From
<(
u32
,
u32
)> for
PtF
Source
§
fn
from
(x: (
u32
,
u32
)) -> Self
Converts to this type from the input type.
Source
§
impl
From
<
Point
<
u32
>> for
PtF
Source
§
fn
from
(p:
PtI
) -> Self
Converts to this type from the input type.