forgot to wrap one instance of Kinetic::Kernel

This commit is contained in:
Daniel Russel 2006-05-04 09:30:45 +00:00
parent 02f440a101
commit 48e535bd9a
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This package provides a framework to allow exact implementation of
kinetic data structures and sweepline algorithms. Below we discuss in
detail each one of the first four major concepts which help in
implementing kinetic data structures: the \ccc{Kinetic::Simulator},
the Kinetic::Kernel, the \ccc{Kinetic::ActiveObjectsTable} and the
the \ccc{Kinetic::Kernel}, the \ccc{Kinetic::ActiveObjectsTable} and the
\ccc{Kinetic::InstantaneousKernel}. The \ccc{Kinetic::FunctionKernel}
concept is discussed separately in Section
\ref{sec:kds_algebraic_kernel}.