Docs.rs
CartesianTree-0.2.0
CartesianTree 0.2.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Kn0g
Dependencies
nalgebra ^0.33.2
normal
pyo3 ^0.25.0
normal
optional
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0.12
normal
Versions
59.57%
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
IntoOrientation
cartesian_
tree
0.2.0
Into
Orientation
Required Methods
into_orientation
Implementations on Foreign Types
(f64, f64, f64)
UnitQuaternion<f64>
Implementors
In cartesian_
tree::
orientation
cartesian_tree
::
orientation
Trait
Into
Orientation
Copy item path
Source
pub trait IntoOrientation { // Required method fn
into_orientation
(self) ->
UnitQuaternion
<
f64
>; }
Required Methods
§
Source
fn
into_orientation
(self) ->
UnitQuaternion
<
f64
>
Implementations on Foreign Types
§
Source
§
impl
IntoOrientation
for (
f64
,
f64
,
f64
)
Source
§
fn
into_orientation
(self) ->
UnitQuaternion
<
f64
>
Source
§
impl
IntoOrientation
for
UnitQuaternion
<
f64
>
Source
§
fn
into_orientation
(self) ->
UnitQuaternion
<
f64
>
Implementors
§