![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
A segment with two points. More...
#include <gf/GeometryTypes.h>
Public Attributes | |
Vector< T, 2 > | p0 |
First end point of the segment. More... | |
Vector< T, 2 > | p1 |
Second end point of the segment. More... | |
A segment with two points.
Vector<T, 2> gf::Segment< T >::p0 |
First end point of the segment.
Vector<T, 2> gf::Segment< T >::p1 |
Second end point of the segment.