Registry / utility / vecmath

vecmath

JSON →
library1.3.1javamavenunverified

A library for 3D vector math used by Java3D.

<dependency> <groupId>java3d</groupId> <artifactId>vecmath</artifactId> <version>1.3.1</version> </dependency>
INSTALL
IMPORT
SIG · VECMATH
V
vecmath
utilityjavav1.3.1
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.

Vector3f
✓ javax.vecmath.Vector3f

Create a 3D vector and compute its length.

import javax.vecmath.Vector3f; Vector3f v = new Vector3f(1.0f, 2.0f, 3.0f); System.out.println(v.length());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
vecmath — mvn dependency:get vecmath · libregistry