Topologic  0.8.9
Static Public Member Functions | List of all members
Topologic::Utilities::VertexUtility Class Reference

VertexUtility includes geometric methods relevant to a Vertex. More...

#include <VertexUtility.h>

Static Public Member Functions

static List< Edge^> ^ AdjacentEdges (Vertex^ vertex, Topology^ parentTopology)
 Returns a list of Edges that are the adjacent to the input Vertex. More...
 
static double Distance (Vertex^ vertex, Topology^ topology)
 Returns the distance between a Vertex and a Topology. More...
 

Detailed Description

VertexUtility includes geometric methods relevant to a Vertex.

Member Function Documentation

◆ AdjacentEdges()

List< Edge^> Topologic::Utilities::VertexUtility::AdjacentEdges ( Vertex vertex,
Topology parentTopology 
)
static

Returns a list of Edges that are the adjacent to the input Vertex.

Parameters
vertexA Vertex
parentTopologyA parent Topology
Returns
A list of Edges adjacent to the input Vertex

◆ Distance()

double Topologic::Utilities::VertexUtility::Distance ( Vertex vertex,
Topology topology 
)
static

Returns the distance between a Vertex and a Topology.

Parameters
vertexA Vertex
topologyA Topology
Returns
The distance between a Vertex and a Topology

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