Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active April 27, 2021 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/5d54b7dddaa7b707ea51d03e28508e32 to your computer and use it in GitHub Desktop.
Save mcsee/5d54b7dddaa7b707ea51d03e28508e32 to your computer and use it in GitHub Desktop.
<?
function verticesDo($function) {
foreach ($this->vertices as $vertex) {
$$function($vertex);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment