X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=+VUvNdjgtZViGQExQZQSh2f8BhllJGM7UHWmhhJdrH4=; b=ZNx84q5/yxTNuqCTT3VTQWYE5NyQVDedbRImX0Wq0kyuC1peCZlXNDVGGB1bjLC+Fj R5Gxq04E/Y/apihKAJbRQf68SGxqbIeCQZL2vMeTFWXh2zD0R92L3k24ESBApZ/FeLZS 8LT2SjQsmZz+zsMoxA2IBxH9MDS3pxGnJhOS1XgkRZXowR/taxrU+gE1o+OS2iASIaLh 2xspnQ1ZAdcGtXJn4/I7AUmVK3Yc7XOERPC/5xaQo9TArF72Q8sx9Nq6J1ADfITqc5n8 YdICt8mfHWSf2XqsOBebmGmVt26zkVb5ZdsTuAT5FkwoXorf6/SvtmgjCuFk33JQfZ1d 7iLw== X-Received: by 10.180.211.10 with SMTP id my10mr24302396wic.84.1442218929009; Mon, 14 Sep 2015 01:22:09 -0700 (PDT) Date: Mon, 14 Sep 2015 10:22:07 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Apollon Message-Id: <20150914102207.42d95b0d74f6684edd980db5@gmail.com> In-Reply-To: References: <20150913140631 DOT 1da1b78d AT jive DOT levalinux DOT org> <201509131529 DOT t8DFTUVS022118 AT envy DOT delorie DOT com> <201509131824 DOT t8DIOCBc028428 AT envy DOT delorie DOT com> <201509132031 DOT t8DKVH0P000824 AT envy DOT delorie DOT com> <201509132148 DOT t8DLmxI6003481 AT envy DOT delorie DOT com> <201509132300 DOT t8DN0sE6006134 AT envy DOT delorie DOT com> <7EF3E562-BC7F-4853-B90A-29726FDFEBF6 AT noqsi DOT com> <201509132319 DOT t8DNJBjC006829 AT envy DOT delorie DOT com> <40057B48-2FD4-4A37-A01E-9344F6C33ADF AT noqsi DOT com> <201509140138 DOT t8E1cqY1011780 AT envy DOT delorie DOT com> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > The problem is that you’ll accumulate error when you have both rotations > > and translations. > > > > There's no dynamics modeling going on here, we're talking about interactive > movements of parts. So there's no error buildup and using rationals seems > to address a non-problem. If its disturbing to have 60 become 59.9999 > after two rotations put angles in bins fine enough to represent what you > need. If it's a problem if edges of a large part might alias under > different rotations, use angular bins small enough to discriminate between > adjacent cells at the far corner of your board. 1 1m board with um grid > needs maybe 10M angular bins to make a slam dunk, not so many really I would try to avoid accumulate rotations and instead say it should be rotated 60 degrees. A fine scaled grid seems reasonable and a similar approach often need to be used to compare float data values.