Implemented classes of 3d objects:
* Vector
* Point
* Line
* Plane
* LineSegment
Yet incompletely implemented classes:
* Triangle
* Disk (closed circle)
* Union (a collection of 3d objects)
Each object has methods for finding its sizes, containing box or containing sphere. It finds intersection and distance or closest to another object part of itself. It also can tell if it contains the other object or is it contained by that. Where appropriate, it's easy to check orthogonality and parallelism.
Vectors are sub-typed from numpy ndarray class.
Extensive unit tests are included. Test coverage exceeds 95%.
See documentation of the library internals in section Files ( https://sourceforge.net/projects/geometry3d/files/ ).
License
MIT LicenseFollow geometry3d
Other Useful Business Software
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of geometry3d!