Skip to content

Instantly share code, notes, and snippets.

@gilleain
Created September 20, 2010 12:02
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 gilleain/587795 to your computer and use it in GitHub Desktop.
Save gilleain/587795 to your computer and use it in GitHub Desktop.
IMoleculeSet molSet = makeMolSet();
Vector2d axis = new Vector2d(1.25, .5);
axis.normalize();
LinearMoleculeSetLayout layout = new LinearMoleculeSetLayout(new StandardMoleculeLayout(), 3, axis);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment