mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
13 lines
318 B
Text
13 lines
318 B
Text
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
|