Bug Fixes
- *(17)* Fix of formula to calculate the z-coordinate of plane at x,y coordinates.
Features
- *(17)* Add method to filter plaxis volume objects above a list of polygons.
- *(15)* Add method to project point3d onto polygon3d.
- *(13)* Add class Polygon3D.
- *(11)* Add classes BoundingBox3D and Point3D
Lint
- *(15)* Exclude numpy missing imports from mypy.
- *(13)* Fix lint to ignore the missing imports from the package skspatial.
- *(11)* Fix linting in bounding_box_3d.