blob: 795f6f70a9a89f113ca1b396cffb61bbc5f3f100 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Pyrr provides 3D mathematical functions using the power of NumPy.
Features:
* Object Oriented and Procedural interfaces
* Matrix (3x3, 4x4)
* Quaternion
* Vector (3D, 4D)
* Plane
* Ray
* Line / Line Segment (3D)
* Rectangle (2D)
* Axis Aligned Bounding Box (AABB / AAMBB)
* Geometric collision / intersection testing
|