HighMap library (C++)
Loading...
Searching...
No Matches
edge.hpp File Reference

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
 

Detailed Description

This file defines the Edge class for manipulating segments in 2D space.

Author
Otto Link (otto..nosp@m.link.nosp@m..bv@g.nosp@m.mail.nosp@m..com)

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.

Version
0.1
Date
2023-06-18

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.