Docs.rs
pga2d-0.0.2
pga2d 0.0.2
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
tomcumming
Dependencies
Versions
25%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
Dual
pga2d
0.0.2
Dual
Required Associated Types
Output
Required Methods
dual
Implementors
In crate pga2d
pga2d
Trait
Dual
Copy item path
Source
pub trait Dual { type
Output
; // Required method fn
dual
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
dual
(self) -> Self::
Output
Implementors
§
Source
§
impl
Dual
for
Line
Source
§
type
Output
=
Point
Source
§
impl
Dual
for
Point
Source
§
type
Output
=
Line