CGAL 4.8.1 - Kinetic Framework
|
The concept Time
represents time in the simulator.
Comparisons with other Kinetic::Simulator::Time
objects are supported.
Kinetic::Simulator
Public Member Functions | |
Time (NT) | |
Construct an instance of time from a number type, where NT is the number type used in the simulation. | |
std::ostream & | operator<< (std::ostream &, Time) |
Write it to a stream. | |
Related Functions | |
(Note that these are not member functions.) | |
double | to_double (Simulator::Time) |
Return a double approximation of the time value. | |
std::pair< double, double > | to_interval (Simulator::Time) |
Return an interval containing the time value. | |