use-hypersphere
Higher-dimensional sphere primitives for the RustUse geometry workspace.
use-hypersphere keeps n-sphere vocabulary lightweight: dimension metadata, radius storage, and
simple constructors. Ordinary three-dimensional sphere measurements live in use-sphere.
Example
use ;
let sphere = new.expect;
let three_sphere = new.expect;
assert_eq!;
assert_eq!;