Registry / other / sophus-calculus

sophus-calculus

JSON →
library0.4.0rscratesunverified

Geometry and calculus utilities for robotics and computer vision, part of the sophus-rs ecosystem.

# Cargo.toml [dependencies] sophus_calculus = "0.4.0"
INSTALL
IMPORT
SIG · SOPHUS-CALCULUS
S
sophus-calculus
otherrustv0.4.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.

So3
use sophus_calculus::lie::So3;

Creates an identity SO(3) rotation.

use sophus_calculus::lie::So3; fn main() { let rotation = So3::identity(); println!("Rotation matrix: {:?}", rotation.matrix()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
sophus-calculus — cargo add sophus-calculus · libregistry