View Single Post
  #2  
Old 08-03-2009, 05:08 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Are manually performing the matrix operations in your Python code? If so, Vizard already comes with a matrix class that you can perform many operations on (multiplication, inversion, etc..). Open the documentation and look under Command Index -> Vizard objects -> transform for a list of operations available on transform objects.
Reply With Quote