11 namespace SpatialStructures {
12 Edge::Edge(
const Node& Child,
float Score,
STEP Step_Type) :child(Child), step_type(Step_Type), score(Score) {};
Contains definitions for the Edge structure.
Perform human scale analysis on 3D environments.
STEP
Describes the type of step an edge connects to.
Edge()
Default Constructor.
A point in space with an ID.