Registry / utility / openrndr-math-jvm

openrndr-math-jvm

JSON →
library0.4.5javamavenunverified

OPENRNDR Math JVM provides mathematical utilities for creative coding and graphics on the JVM.

<dependency> <groupId>org.openrndr</groupId> <artifactId>openrndr-math-jvm</artifactId> <version>0.4.5</version> </dependency>
INSTALL
IMPORT
SIG · OPENRNDR-MATH-JVM
O
openrndr-math-jvm
utilityjavav0.4.5
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.

Vector2
org.openrndr.math.Vector2

Minimal OPENRNDR Math usage with Vector2.

import org.openrndr.math.Vector2; public class Main { public static void main(String[] args) { Vector2 v = new Vector2(1.0, 2.0); System.out.println(v.length()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
2
Resources
openrndr-math-jvm — mvn dependency:get openrndr-math-jvm · libregistry