scaled 0.0.2

euclid point and vector types with fixed-point scalars
Documentation
1
2
3
4
5
6
7
8
with import <nixpkgs> {};
mkShell {
  buildInputs = [
    gnuplot
    llvm
    rustup
  ];
}