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
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of geometry3d!