<pre>I am using vtk 5.0.3 with python 2.5 (both included in the Mandriva 2009<br>linux distribution).<br><br>It seems that the following vtkMath methods are not implemented in the<br>python interface:<br><br>vtkMath().QuaternionToMatrix3x3()<br>
vtkMath().Matrix3x3ToQuaternion()<br>vtkMath().Orthogonalize3x3()<br>vtkMath().LinearSolve3x3()<br>vtkMath().Invert3x3()<br><br>and probably other ones:<br><br><font color="#800000">&gt;&gt;&gt; from vtk import vtkMath</font><br>
<font color="#800000">&gt;&gt;&gt; print vtkMath().QuaternionToMatrix3x3</font><br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>AttributeError: QuaternionToMatrix3x3<br>
<br><font color="#800000">&gt;&gt;&gt; print  vtkMath().Orthogonalize3x3</font><br>Traceback (most recent call last):<br>  File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt;<br>AttributeError: Orthogonalize3x3<br><br>
etc.<br><br>Does someone know the reason why these methods are missing?<br></pre><br clear="all"><br>-- <br>Stefano TRAPANI<br><br>Centre de Biochimie Structurale (CBS)<br>CNRS UMR 5048; UM 1; UM 2; INSERM UMR 554<br>29 rue de Navacelles<br>
34090 MONTPELLIER Cedex, France<br><br>Tel : +33 (0)4 67 41 77 29<br>Fax : +33 (0)4 67 41 79 13<br><br>