Docs.rs
coordinate-frame-0.3.2
coordinate-frame 0.3.2
Docs.rs crate page
EUPL-1.2
OR
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
sunsided
Dependencies
coordinate-frame-derive ^0.3.2
normal
defmt ^0.3.8
normal
optional
micromath ^2.1.0
normal
optional
nalgebra >=0.30.0, <1.0.0
normal
optional
num-traits ^0.2.19
normal
optional
Versions
99.95%
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
coordinate_frame
0.3.2
LeftHanded
Implementors
In crate coordinate_frame
Trait
coordinate_frame
::
LeftHanded
Copy item path
source
·
[
−
]
pub trait LeftHanded { }
Expand description
Marks a left-handed coordinate system.
Implementors
§
source
§
impl<T>
LeftHanded
for
DownEastNorth
<T>
source
§
impl<T>
LeftHanded
for
DownNorthWest
<T>
source
§
impl<T>
LeftHanded
for
DownSouthEast
<T>
source
§
impl<T>
LeftHanded
for
DownWestSouth
<T>
source
§
impl<T>
LeftHanded
for
EastDownSouth
<T>
source
§
impl<T>
LeftHanded
for
EastNorthDown
<T>
source
§
impl<T>
LeftHanded
for
EastSouthUp
<T>
source
§
impl<T>
LeftHanded
for
EastUpNorth
<T>
source
§
impl<T>
LeftHanded
for
NorthDownEast
<T>
source
§
impl<T>
LeftHanded
for
NorthEastUp
<T>
source
§
impl<T>
LeftHanded
for
NorthUpWest
<T>
source
§
impl<T>
LeftHanded
for
NorthWestDown
<T>
source
§
impl<T>
LeftHanded
for
SouthDownWest
<T>
source
§
impl<T>
LeftHanded
for
SouthEastDown
<T>
source
§
impl<T>
LeftHanded
for
SouthUpEast
<T>
source
§
impl<T>
LeftHanded
for
SouthWestUp
<T>
source
§
impl<T>
LeftHanded
for
UpEastSouth
<T>
source
§
impl<T>
LeftHanded
for
UpNorthEast
<T>
source
§
impl<T>
LeftHanded
for
UpSouthWest
<T>
source
§
impl<T>
LeftHanded
for
UpWestNorth
<T>
source
§
impl<T>
LeftHanded
for
WestDownNorth
<T>
source
§
impl<T>
LeftHanded
for
WestNorthUp
<T>
source
§
impl<T>
LeftHanded
for
WestSouthDown
<T>
source
§
impl<T>
LeftHanded
for
WestUpSouth
<T>