Docs.rs
microcad-core-0.2.17
microcad-core 0.2.17
Permalink
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
fightling
WilstonOreo
Dependencies
bytemuck ^1.24.0
normal
cgmath ^0.18
normal
derive_more ^2
normal
geo ^0.31
normal
log ^0.4
normal
manifold-rs ^0.6.4
normal
strum ^0.27
normal
thiserror ^2.0
normal
toml ^0.9
normal
Versions
100%
of the crate is documented
Platform
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
mat4_to_mat3
microcad_
core
0.2.17
microcad_core
Function
mat4_
to_
mat3
Copy item path
Source
pub fn mat4_to_mat3(m: &
Mat4
) ->
Mat3
Expand description
Convert a Matrix4 to Matrix3.