Registry / utility / euclid-frame-shape

euclid-frame-shape

JSON →
library0.22.5javamavenunverified

A geometry library for Java providing shape representations in 3D frames, part of the Euclid framework.

<dependency> <groupId>us.ihmc</groupId> <artifactId>euclid-frame-shape</artifactId> <version>0.22.5</version> </dependency>
INSTALL
IMPORT
SIG · EUCLID-FRAME-SHAPE
E
euclid-frame-shape
utilityjavav0.22.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.

Box3D
us.ihmc.euclid.shape.primitives.Box3D

Creates a 3D box shape and prints its volume.

import us.ihmc.euclid.shape.primitives.Box3D; public class Example { public static void main(String[] args) { Box3D box = new Box3D(1.0, 2.0, 3.0); System.out.println("Volume: " + box.getVolume()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.22.5latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
euclid-frame-shape — mvn dependency:get euclid-frame-shape · libregistry