Fix typos in AABBRayIntersectionTraits

This commit is contained in:
Philipp Möller 2015-10-30 14:22:02 +01:00 committed by Sébastien Loriot
parent f94a74b93a
commit 21f2fbbc7a
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
The concept `AABBRayIntersectionTraits` is a refinement of the Model
`AABBTraits`. In addition to the types and functions required by
`AABBTraits` it also requires function objects to calculate the
distance of an intersection along
distance of an intersection along a ray.
\cgalHasModel `CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>`
@ -15,6 +15,7 @@ distance of an intersection along
*/
class AABBRayIntersectionTraits {
public:
/*!
Type of a 3D ray.