repo.or.cz
/
woropt.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
scan of worm works now
[woropt.git]
/
lens
/
package.lisp
blob
6cbd9a3980781bfdef2d26362b0f314b5de7a822
1
(
defpackage
:
lens
2
(:
use
:
cl
:
vector
)
3
(:
export
#:
intersect
4
#:
refract
5
#:
plane
6
#:
disk
7
#:
lens
8
#:
objective
9
#:
back-focal-plane-radius
10
#:
focal-length-from-magnification
11
#:
make-objective
12
#:
find-inverse-ray-angle
13
#:
get-ray-behind-objective
))