cgmath-culling 0.2.0

Small Frustum Culling crate meant to be used alongside cgmath
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[badges.travis-ci]
branch = "master"
repository = "germangb/cgmath-culling"

[dependencies.cgmath]
version = "0.16"

[package]
authors = ["germän gômez <germangb42@gmail.com>"]
categories = ["games", "algorithms", "game-engines"]
description = "Small Frustum Culling crate meant to be used alongside cgmath"
homepage = "https://github.com/germangb/cgmath-culling.git"
keywords = ["math", "algebra", "vector", "culling", "gamedev"]
license-file = "LICENSE.md"
name = "cgmath-culling"
readme = "README.md"
repository = "https://github.com/germangb/cgmath-culling.git"
version = "0.2.0"