![]() |
Scanframe Modular Application 0.1.0
|
Go to the source code of this file.
Namespaces | |
namespace | sf |
namespace | sf::dxf |
Typedefs | |
typedef QList< QPair< QPointF, bool > > | sf::dxf::Lines |
Type holding a point and a flag which determines if the point is the last of a line. This allows for proper drawing this using OpenGL's GL_LINES. | |
Functions | |
_DXF_FUNC Lines | sf::dxf::generateVertices (const Entities &entities, double density) |
Converts DXF entities to a list of 2D vertices suitable for OpenGL line strip rendering. | |