Skip to content

Instantly share code, notes, and snippets.

@omaraflak
Last active July 23, 2020 14:24
Show Gist options
  • Save omaraflak/8880ca12773ecd85e6290dac983bbd0d to your computer and use it in GitHub Desktop.
Save omaraflak/8880ca12773ecd85e6290dac983bbd0d to your computer and use it in GitHub Desktop.
objects = [
{ 'center': np.array([-0.2, 0, -1]), 'radius': 0.7 },
{ 'center': np.array([0.1, -0.3, 0]), 'radius': 0.1 },
{ 'center': np.array([-0.3, 0, 0]), 'radius': 0.15 }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment