- restructured surfaces:
- modified ISurface to be pure abstract base (interface) - changed method signatures - added IMaterial as pure abstract base (interface) - moved Surface from DDCore to DDRec - classes VolSurface (VolPlane, VolCylinder) implement ISurface - implement insideBounds using volume - changed Vector3D to be copy of gear::Vector3D (slightly improved)
Showing
- DDRec/CMakeLists.txt 1 addition, 0 deletionsDDRec/CMakeLists.txt
- DDRec/include/DDRec/Surface.h 252 additions, 0 deletionsDDRec/include/DDRec/Surface.h
- DDRec/src/Surface.cpp 123 additions, 0 deletionsDDRec/src/Surface.cpp
- DDSurfaces/include/DDSurfaces/IMaterial.h 39 additions, 0 deletionsDDSurfaces/include/DDSurfaces/IMaterial.h
- DDSurfaces/include/DDSurfaces/ISurface.h 164 additions, 72 deletionsDDSurfaces/include/DDSurfaces/ISurface.h
- DDSurfaces/include/DDSurfaces/Vector3D.h 297 additions, 50 deletionsDDSurfaces/include/DDSurfaces/Vector3D.h
Loading
Please register or sign in to comment