On 2010.09.28 17:23, Narann wrote:
> inMeshMPointArray[i] *= inMeshInclusiveMMatrix # multiply the
> points to the matrix
>
> The prob is the * operator only work with MFloatMatrix and me, I give
> a MMatrix.
>
--
Viktoras
www.neglostyti.com
for i in range( inMeshMPointArray.length() ) :
inMeshMPointTmp = inMeshMPointArray[i]*inMeshInclusiveMMatrix
On 2010.09.29 12:03, Narann wrote:
> for i in range( inMeshMPointArray.length() ) :
> inMeshMPointTmp = inMeshMPointArray[i]
> inMeshMPointTmp *= inMeshInclusiveMMatrix
--
Viktoras
www.neglostyti.com