Docs.rs
maglio-0.1.2
maglio 0.1.2
Docs.rs crate page
Unlicense
Links
crates.io
Source
Owners
jakob-fischer
Dependencies
ordered-float ^2.8.0
normal
Versions
0%
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
Norm
maglio
0.1.2
Norm
Required Associated Types
Length
Required Methods
length
Implementors
In crate maglio
maglio
Trait
Norm
Copy item path
Source
pub trait Norm { type
Length
; // Required method fn
length
(&self) -> Self::
Length
; }
Required Associated Types
§
Source
type
Length
Required Methods
§
Source
fn
length
(&self) -> Self::
Length
Implementors
§
Source
§
impl
Norm
for
Vec2
<
f64
>
Source
§
type
Length
=
f64
Source
§
impl
Norm
for
Vec3
<
f64
>
Source
§
type
Length
=
f64