public class GKDNode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
GKDNode.Result |
Modifier and Type | Field and Description |
---|---|
int |
dimension |
int |
leftChild |
int |
rightChild |
Constructor and Description |
---|
GKDNode() |
Modifier and Type | Method and Description |
---|---|
void |
applyScale(float[] scale) |
void |
applyValue() |
void |
setLeftChild(int index) |
void |
setRightChild(int index) |
void |
undoScale() |