Advertisement
Guest User

Untitled

a guest
May 30th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. (setq precnik (* poluprecnik 2))
  2. (setq stranicaKvadrata (/ precnik (sqrt 2)))
  3. (setq polaStranice (/ stranicaKvadrata 2))
  4. (setq goreLevoX (- x1 polaStranice))
  5. (setq goreLevoY (+ y1 polaStranice))
  6. (setq doleDesnoX (+ x1 polaStranice))
  7. (setq doleDesnoY (- y1 polaStranice))
  8. (command "rectang" (list goreLevoX goreLevoY) (list doleDesnoX doleDesnoY))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement