Пример #1
0
 public Octree[] EnumerateOctants_ExpectedValuesAreReturned(Octree octree)
 {
     return octree.EnumerateOctants().ToArray();
 }