File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 11<?php
22
3- use SupportedGeometries \Edge ;
4- use SupportedGeometries \Point ;
3+ namespace SpatialHashTable ;
4+
5+ use SpatialHashTable \SupportedGeometries \Edge ;
6+ use SpatialHashTable \SupportedGeometries \Point ;
57
68class BiHashTable
79{
Original file line number Diff line number Diff line change 66 * Time: 8:13 PM
77 */
88
9- namespace SupportedGeometries ;
9+ namespace SpatialHashTable \ SupportedGeometries ;
1010
1111class Edge
1212{
Original file line number Diff line number Diff line change 66 * Time: 8:17 PM
77 */
88
9- namespace SupportedGeometries ;
9+ namespace SpatialHashTable \ SupportedGeometries ;
1010
1111
1212class Point
Original file line number Diff line number Diff line change 99require_once "src/SupportedGeometries/Edge.php " ;
1010require_once "src/SupportedGeometries/Point.php " ;
1111
12- use SupportedGeometries \Edge ;
13- use SupportedGeometries \Point ;
12+ use SpatialHashTable \BiHashTable ;
13+ use SpatialHashTable \SupportedGeometries \Edge ;
14+ use SpatialHashTable \SupportedGeometries \Point ;
1415
1516
1617$ b = new BiHashTable (1 );
You can’t perform that action at this time.
0 commit comments