Docs.rs
manifold3d-types-0.0.1
manifold3d-types 0.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
NickUfer
Dependencies
manifold3d-sys ^0.0.3
normal
nalgebra ^0.33.0
normal
optional
num-traits ^0.2.19
normal
thiserror ^2.0.3
normal
Versions
2.78%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
manifold3d_
types
0.0.1
Warp
Vertex
Required Methods
warp_vertex
Implementors
In manifold3d_
types::
manifold::
vertex
manifold3d_types
::
manifold
::
vertex
Trait
WarpVertex
Copy item path
Source
pub trait WarpVertex { // Required method fn
warp_vertex
(&self, vertex:
Point3
) ->
Point3
; }
Required Methods
§
Source
fn
warp_vertex
(&self, vertex:
Point3
) ->
Point3
Implementors
§