Darwin Neuroevolution Framework
|
The intersection of two 2d segments. More...
#include <math_2d.h>
Public Attributes | |
Scalar | a = 0 |
The offset relative to the first segment. | |
Scalar | b = 0 |
The offset relative to the second segment. | |
The intersection of two 2d segments.
The intersection values are offsets relative to the segment: 0 is the segment start, 1 to the segment end (values less than 0 represent points before the segment start, greater than 1 after the segment end)