Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Rotating a survey grid to suit another.

0 views
Skip to first unread message

Dave

unread,
May 21, 2004, 11:14:56 AM5/21/04
to
Hi
I'm not a surveyor so bear with me. I'm trying to set out using a total
station certain points of a new building. I have coordinates of the
building corners in relation to the topographical survey. To set out the
building corners is not a problem. What I want to do is rotate the survey
grid to suit the design grid of the new building so as that at a later date
I can easily set out using the building layout drawings.

Hope this makes sense!

Thanks
Dave


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.677 / Virus Database: 439 - Release Date: 04/05/2004


Dave

unread,
May 23, 2004, 8:02:08 AM5/23/04
to
Not to worry. I found the following on Google

Z Rotation
Matrix: [ cos(theta) sin(theta) 0 0 ]
[ -sin(theta) cos(theta) 0 0 ]
[ 0 0 1 0 ]
[ 0 0 0 1 ]

Algebra: tempx = x * cos(theta) - y * sin(theta)
tempy = x * sin(theta) + y * cos(theta)
x = tempx
y = tempy
z unaffectedSeems to work."Dave" <da...@hasnoemail.com> wrote
in message news:40ae1cee$1...@mk-nntp-2.news.uk.tiscali.com...

0 new messages