On Thu, 9 Jun 2005 16:28:36 +0200 rajcze <[EMAIL PROTECTED]> wrote: > OK, but what if i need to rotate once around one point and second time > around another ? > i just want to know if there is any easy way to do it, or if i'm > supposed to do it all myself > thanx
You should use : volume.rotate(ANGLE, A, B) where A and B are 2 points that define your rotation's axis. Jiba
