Re: Transformation matrix
- To: mathgroup at smc.vnet.net
- Subject: [mg95177] Re: Transformation matrix
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 9 Jan 2009 06:21:52 -0500 (EST)
- Organization: Uni Leipzig
- References: <gk3fe0$dvm$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, Graphics3D[{Line[{{0, 0, 0}, {1, 1, 1}}]}, ViewMatrix -> {{{1, 1, 0, 0}, {0, 1, 1, 0}, {0, 0, 1, 1}, {1, 0, 0, 0}}, {{1, 1, 0, 0}, {1, 1, 0, 0}, {0, 0, 1, 1}, {1, 0, 0, 0}}}] Regards Jens sedated at tut.by wrote: > Hello! > I use Show[] and Graphics3D[] to display graphics. I quite remember > that there is an option or smth like to specify there a transformation > matrix (homogeneous coordinates), but I don't remember how. Anyone can > help? > P.S. Mathematica 5.2 >