POV-Ray : Newsgroups : povray.general : Feature Request : Feature Request Server Time
9 Aug 2024 09:08:36 EDT (-0400)
  Feature Request  
From: John VanSickle
Date: 6 Aug 2000 20:02:20
Message: <398DFCE9.9131A94C@erols.com>
The ability to extract the elements from a declared transform.

F'rinstance:

#declare Place= transform {
  scale <2,3,1>
  rotate <45,-25,35>
  translate <-3,0,3>
}

#local vX=<Place.m11,Place.m12,Place.m13>;
#local vY=<Place.m21,Place.m22,Place.m23>;
#local vZ=<Place.m31,Place.m32,Place.m33>;
#local vL=<Place.m41,Place.m42,Place.m43>;

I don't perceive this as being too difficult, and would give some of
the advanced users around here another tool.
-- 
ICQ: 46085459


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.