Skip to content

Commit 23a191a

Browse files
author
farhansolodev
committedApr 12, 2023
more readable on github
1 parent 38e1b88 commit 23a191a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎qnode.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ import (
66
)
77

88
type QNode struct {
9-
northwest, northeast, southwest, southeast *QNode
10-
x0, x1, y0, y1 float32
11-
depth uint
9+
northwest, northeast, southwest, southeast *QNode
10+
x0, x1, y0, y1 float32
11+
depth uint
1212
}
1313

1414
func NewQNode(x0, x1, y0, y1 float32, depth uint) *QNode {

0 commit comments

Comments
 (0)