Registry / utility / georegression

georegression

JSON →
library0.30.0javamavenunverified

GeoRegression is a free Java based geometry library for scientific computing in fields such as robotics and computer vision with a focus on 2D/3D space.

<dependency> <groupId>org.georegression</groupId> <artifactId>georegression</artifactId> <version>0.30.0</version> </dependency>
INSTALL
IMPORT
SIG · GEOREGRESSION
G
georegression
utilityjavav0.30.0
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.

Point2D_F64
georegression.struct.point.Point2D_F64

Creates a 2D point using GeoRegression's Point2D_F64 class.

import georegression.struct.point.Point2D_F64; public class Main { public static void main(String[] args) { Point2D_F64 point = new Point2D_F64(1.5, 2.3); System.out.println(point); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.30.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
georegression — mvn dependency:get georegression · libregistry