Skip to content

Instantly share code, notes, and snippets.

@halirutan
Created June 3, 2020 22:17
Show Gist options
  • Save halirutan/d0aa023945ef3b026f9fa2be4083abaf to your computer and use it in GitHub Desktop.
Save halirutan/d0aa023945ef3b026f9fa2be4083abaf to your computer and use it in GitHub Desktop.
// Flache Liste funktioniert
std::array<std::array<Vec3, 2>,3> test{
Vec3{1,1,1},
Vec3{2,1,1},
Vec3{1,2,1},
Vec3{2,2,1},
Vec3{1,3,1},
Vec3{2,3,1}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment