net.dnolen.vecmath

Vector math library for Clojure built on deftype

Leiningen/Boot

[net.dnolen.vecmath "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

net.dnolen.vecmath/net.dnolen.vecmath {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("net.dnolen.vecmath:net.dnolen.vecmath:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>net.dnolen.vecmath</groupId>
  <artifactId>net.dnolen.vecmath</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>