Published November 17, 2022
| Version v2.5.2
Software
Open
LiangliangNan/Easy3D: Easy3D-v2.5.2
Authors/Creators
- 1. Delft University of Technology
- 2. Carestream Dental
Description
Changes:
- unified naming for classes, namespaces, and file names
- simplified initialization
Breaking change:
- the following have been moved to the util module.
- the following namespaces have been renamed:
- the following files have been renamed:
- buffers.h/buffers.cpp -> buffer.h/buffer.cpp
- shapes.h/shapes.cpp -> shape.h/shape.cpp
- the following function has been moved to namespace easy3d::geom:
For more details, please check here.bool intersect(const GenericPlane<FT> &plane1, const GenericPlane<FT> &plane2, const GenericPlane<FT> &plane3, typename GenericPlane<FT>::Point3 &point);
Pre-built binaries remain the same as in v2.5.1.
Files
LiangliangNan/Easy3D-v2.5.2.zip
Files
(40.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b14d565ad4ce709fb00e8919b2610ef2
|
40.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/LiangliangNan/Easy3D/tree/v2.5.2 (URL)