Darwin Neuroevolution Framework
Public Attributes | List of all members
math::Intersection2d Struct Reference

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.
 

Detailed Description

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)


The documentation for this struct was generated from the following file: