<div>dear all</div>
<div> </div>
<div>i found almost all tcl examples of vtkMath is about generating random numbers.</div>
<div>here i have some questions,how can i use vtkMath class to do other things</div>
<div> </div>
<div>vtkMath math</div>
<div> </div>
<div>#if i have two vectors defined as </div>
<div>set v1 [list 1 2 3]</div>
<div>set v2[list 2 3 4]</div>
<div> </div>
<div>#follwing line does not work</div>
<div>math Dot v1 v2</div>
<div> </div>
<div>#or i change to </div>
<div>math Dot [lindex $v1 0] [lindex $v1 1] [lindex $v1 2] [lindex $v2 0] [lindex $v2 1] [lindex $v2 2]</div>
<div>#it does not work either.</div>
<div> </div>
<div>so please kindly let me know how Dot procedure can be called in a correct way in tcl.</div>
<div> </div>
<div>thank you</div>
<div> </div>
<div>O.S.</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>