21 #ifndef GF_GEOMETRY_TYPES_H 22 #define GF_GEOMETRY_TYPES_H 27 #ifndef DOXYGEN_SHOULD_SKIP_THIS 66 #ifndef DOXYGEN_SHOULD_SKIP_THIS 71 #endif // GF_GEOMETRY_TYPES_H A segment with two points.
Definition: GeometryTypes.h:36
The namespace for gf classes.
Definition: Action.h:35
A 2D vector.
Definition: Vector.h:316
Vector< T, 2 > p1
Second end point of the segment.
Definition: GeometryTypes.h:38
Vector< T, 2 > p0
First end point of the segment.
Definition: GeometryTypes.h:37