merge ViewsToOutside & VisiblePoints into Visibility
rename ViewsToOutside.ByLineSegments to VIsibility.OfLinesFromOrigin
rename VisiblePoints.FromOrigin to Visibility.OfPointsFromOrigin
change output score for nodes above to be percentage rather than number between 0 & 1
update DYN samples
rename input & output ports to suggestions from workshop
consistent order of node inputs for Visibility nodes : origin, target, boundary & obstructions
replace usage of foreach with for loops for performance gains in iteration-heavy methods
renamed old Visibility class to RepresentableGraph based on my guess of what this class is. will need to check in with @SHKnudsen and see if that and BaseGraph
are actually needed
could be moved to Graph project instead of SpacePlanning
fixes #125
Changes
ViewsToOutside
&VisiblePoints
intoVisibility
ViewsToOutside.ByLineSegments
toVIsibility.OfLinesFromOrigin
VisiblePoints.FromOrigin
toVisibility.OfPointsFromOrigin
Visibility
nodes :origin
,target
,boundary
&obstructions
foreach
withfor
loops for performance gains in iteration-heavy methodsVisibility
class toRepresentableGraph
based on my guess of what this class is. will need to check in with @SHKnudsen and see if that andBaseGraph
Graph
project instead ofSpacePlanning