Beispiel #1
0
 public void set(Node3D node)
 {
     grid [node.getX(), node.getY(), node.getZ()] = node;
 }