aboutsummaryrefslogtreecommitdiff
blob: 2a4942b0a89725ce90fac32de68cef8e5ce8e530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gentoo@chymera.eu</email>
		<name>Horea Christian</name>
	</maintainer>
	<maintainer type="project">
		<email>sci@gentoo.org</email>
		<name>Gentoo Science Project</name>
	</maintainer>
	<longdescription lang="en">
		Trimesh is a pure Python library for loading and using triangular meshes
		with an emphasis on single- body watertight surfaces. The goal of the
		library is to provide a full featured and well tested Trimesh object which
		allows for easy manipulation and analysis, in the style of the Polygon
		object in the Shapely library.
	</longdescription>
	<use>
		<flag name="extra">Extra functionality for advanced mesh preparation</flag>
	</use>
</pkgmetadata>