quad_h(int) -
Static method in class at.ac.sbg.cosy.soccerbot.recognition.splitmerge.QuadNode
Reversing the formula from QuadNode.position this calculates the
first parameter quad_h of the Quad_Tree format (quad_h, quad_x, quad_y)
out of the linear representation.
quad_x(int, int) -
Static method in class at.ac.sbg.cosy.soccerbot.recognition.splitmerge.QuadNode
Reversing the formula from QuadNode.position this calculates the
second parameter quad_x of the Quad_Tree format (quad_h, quad_x, quad_y)
out of the linear representation.
quad_y(int, int) -
Static method in class at.ac.sbg.cosy.soccerbot.recognition.splitmerge.QuadNode
Reversing the formula from QuadNode.position this calculates the
second parameter quad_y of the Quad_Tree format (quad_h, quad_x, quad_y)
out of the linear representation.