Translating in Perl (brief)
I am having trouble translatin this section to python. If you guys could help it would be great! Thanks!
@Node_Coords = ($x, $y, $z, $ZYX[$z][$y][$x][0]); push @{ 开发者_如何学编程$HoA{$BufferNum} } , @Node_Coords;
node_coords = x, y, z, zyx[z][y][x][0]
hoa[buffer_name].extend(node_coords)
精彩评论