Skip to content

Commit

Permalink
remove clearance conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
buscandoaverroes committed Apr 12, 2024
1 parent 4e63fe7 commit 96fe569
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions transform/voxel_around_line.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ func GetSpatialIdsWithinRadiusOfLine(startPoint *object.Point, endPoint *object.
if error != nil {
return nil, error
}

if radius == 0 {
return common.Unique(idsOnLine), nil
}

// 2. Find the Spatial Ids that are not on the line but within the radius distance of the line

// Variable Setup
Expand Down

0 comments on commit 96fe569

Please sign in to comment.