<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hello guys,<br><br>I would like to know if a vtkMatrix4x4 is allocated by rows or column. I mean:<br><br>if I have a matrix like:<br><br>M = <br>a b c d<br>e f g i<br>j k l m<br>n o p q<br><br>and I do loop like:<br><br>for(i=0 to 3)<br> for(j=0 to 3)<br> vtkMat.element(i,j,M[i,j]);<br><br>is my vtkMat used as the transposed of the original?<br><br>kind Regards.<br>Giancarlo<br><br>                                            <br /><hr />Non sei a casa? <a href='http://www.messenger.it/web/default.aspx' target='_new'>Accedi a Messenger dal Web!</a></body>
</html>