Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

ImageJ Mesh 2: Common data structures for 3D meshes

This library provides common interfaces for 3D mesh data structures. For Maven projects, this library can be used by adding to your pom.xml:

<dependency>
	<groupId>net.imagej</groupId>
	<artifactId>imagej-mesh2</artifactId>
	<version>0-SNAPSHOT</version>
</dependency>