]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/extrudedshape.h
Comment tweaks
[libs/math.git] / source / geometry / extrudedshape.h
index bacea7c3e54e208f6ef246bfa4dd719aa2aeb8ac..84addc46e7dde3fee65dea0283f56f2c0b29fc91 100644 (file)
@@ -134,8 +134,8 @@ inline unsigned ExtrudedShape<T, D>::get_intersections(const Ray<T, D> &ray, Sur
 
                        SurfacePoint<T, D-1> *base_points = 0;
                        if(points)
-                               /* Shamelessly reuse the provided storage.  Align to the end of the array
-                               so processing can start from the first (nearest) point. */
+                               /* Shamelessly reuse the provided storage.  Align to the end of the
+                               array so processing can start from the first (nearest) point. */
                                base_points = reinterpret_cast<SurfacePoint<T, D-1> *>(points+size)-size;
 
                        unsigned count = base->get_intersections(base_ray, base_points, size);