discrete-space

Coordinate geometry operations in images/discrete space

I have images which have line segments, rays etc. I am representing these line segments using Bresenham algorithm (means whatever coordinates I get using this algorithm between two points). Now I want to do operations such as finding intersection point between two line segments, finding the projection of one vector onto other etc... The...

discrete event simulators for C++

Hi All, I am currently looking for a discrete event simulator written for C++. I did not find much on the web written specifically in OO-style; there are some, but outdated. Some others, such as Opnet, Omnet and ns3 are way to complicated for what I need to do and, besides, I need to simulate agent-based algorithms capable of simulating ...