OpenLexocad  27.1
Topo::VertexTool Class Reference

Tools for creating, manipulating and querying Vertices. More...

#include <VertexTool.h>

Public Member Functions

 VertexTool ()
 
 ~VertexTool ()
 

Static Public Member Functions

static pVertex makeVertex (const Geom::Pnt &p)
 Makes a Vertex from a point. More...
 
static pVertex transformed (pConstVertex base, const Geom::Trsf &t)
 Creates a copy of the vertex and transforms the copy. More...
 

Detailed Description

Tools for creating, manipulating and querying Vertices.

Constructor & Destructor Documentation

◆ VertexTool()

Topo::VertexTool::VertexTool ( )
inline

◆ ~VertexTool()

Topo::VertexTool::~VertexTool ( )
inline

Member Function Documentation

◆ makeVertex()

static pVertex Topo::VertexTool::makeVertex ( const Geom::Pnt p)
static

Makes a Vertex from a point.

◆ transformed()

static pVertex Topo::VertexTool::transformed ( pConstVertex  base,
const Geom::Trsf t 
)
static

Creates a copy of the vertex and transforms the copy.


The documentation for this class was generated from the following file: