geometry 0.2.0

A structure for storing and look up 3D geometry
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]
range = "0.2.0"
wavefront_obj = "2.0.3"

[lib]
name = "geometry"
path = "src/lib.rs"

[package]
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "A structure for storing and look up 3D geometry"
homepage = "https://github.com/PistonDevelopers/geometry"
keywords = ["geometry", "3D", "piston"]
license = "MIT"
name = "geometry"
readme = "README.md"
repository = "https://github.com/PistonDevelopers/geometry.git"
version = "0.2.0"