Docs.rs
vox_geometry_rust-0.1.2
vox_geometry_rust 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yangfengzzz
Dependencies
log ^0.4.14
normal
num ^0.4.0
normal
rand ^0.8.3
normal
rand_pcg ^0.3.0
normal
rayon ^1.5.1
normal
tobj ^3.0.0
normal
Versions
89.37%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
vox_
geometry_
rust
0.1.2
Module point2
Module Items
Structs
Functions
Type Aliases
In crate vox_
geometry_
rust
vox_geometry_rust
Module
point2
Copy item path
Source
Structs
§
Point2
2-D point class.
Functions
§
ceil
Returns element-wise ceiled point.
clamp
Returns element-wise clamped point.
floor
Returns element-wise floored point.
max
Returns element-wise max point: (max(a.x, b.x), max(a.y, b.y)).
min
utility
Type Aliases
§
Point2D
Double-type 2D point.
Point2F
Float-type 2D point.