21#ifndef GF_GEOMETRY_TYPES_H
22#define GF_GEOMETRY_TYPES_H
27#ifndef DOXYGEN_SHOULD_SKIP_THIS
66#ifndef DOXYGEN_SHOULD_SKIP_THIS
The namespace for gf classes.
A segment with two points.
Definition: GeometryTypes.h:36
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
A 2D vector.
Definition: Vector.h:316