HighMap library (C++)
|
This file defines the Edge
class for manipulating segments in 2D space.
More...
Go to the source code of this file.
Classes | |
class | hmap::Edge |
Represents a line segment in 2D space. More... | |
Namespaces | |
namespace | hmap |
This file defines the Edge
class for manipulating segments in 2D space.
The Edge
class represents a line segment in 2D space, defined by its start and end points. It provides methods to initialize an edge and compute its length.
This software is distributed under the terms of the GNU General Public License. The full license is in the file LICENSE, distributed with this software.