Team:Shenzhen BGIC ATCG/front.html
From 2013.igem.org
(Difference between revisions)
Line 95: | Line 95: | ||
var k2 = Math.atan2(m2, n2); | var k2 = Math.atan2(m2, n2); | ||
var x11 = (Math.cos(k1) * radius1 + x1).toFixed(0); | var x11 = (Math.cos(k1) * radius1 + x1).toFixed(0); | ||
- | var y11 = (( - Math.sin(k1) * | + | var y11 = (( - Math.sin(k1) * radius1) + y1).toFixed(0); |
$(".eye-left").offset({ | $(".eye-left").offset({ | ||
left: x11, | left: x11, |
Revision as of 15:24, 13 September 2013