Import('env')

files = [
         'BoundingBoxD.h',
         'Cone3D.h',
         'Cylinder3D.h',
         'Ellipsoid3D.h',
         'Grid3D.h',
         'LinearFit.h',
         'Matrix2D.h',
         'Matrix3D.h',
         'MultiArray.h',
         'ParabolicFit.h',
         'Plane3D.h',
         'Rotation2D.h',
         'Rotation3D.h',
         'Segment3D.h',
         'Sphere3D.h',
         'SphereD.h',
         'SpherePatch3D.h',
         'SphericalVector3D.h',
         'Transformation2D.h',
         'Transformation3D.h',
         'Vector2D.h',
         'Vector3D.h',
         'VectorD.h',
         'algebra_macros.h',
         'eigen_analysis.h',
         'endian.h',
         'geometric_alignment.h',
         'grid_range_D.h',
         'interpolation.h',
         'io.h',
         'shortest_segment.h',
         'utility.h',
         'vector_generators.h',
         'vector_search.h',
        ] \
        + SConscript('internal/SConscript')

# Install the include files:
env.IMPModuleInclude(files)
