Good thing I already have a vector class written . I am currently using them to
test if the user's mouse is inside of a bond(rotated rectangle). Hmm I could get the user's screen size perhaps, transfer the window space to the
screen space(inches->centimeters), then transfer the drawing space to the window space? So position the objects based on them ex: distance between
each atom setting = 1cm, if that's what you guys mean? |