Registry / utility / robust

robust

JSON →
library1.2.0rscratesunverified

Robust adaptive floating-point predicates for computational geometry.

# Cargo.toml [dependencies] robust = "1.2.0"
INSTALL
IMPORT
SIG · ROBUST
R
robust
utilityrustv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

orient2d
use robust::orient2d;

Computes the orientation of three 2D points with robust floating-point arithmetic.

use robust::orient2d; fn main() { let p = [0.0, 0.0]; let q = [1.0, 0.0]; let r = [0.0, 1.0]; let orientation = orient2d(p, q, r); println!("{}", orientation); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
robust — cargo add robust · libregistry