add method multVec to MatrixPy class for better consistency

This commit is contained in:
wmayer
2019-01-22 15:57:10 +01:00
parent 47a2296c69
commit ba14668e1a
2 changed files with 19 additions and 1 deletions

View File

@@ -67,6 +67,14 @@ Multiply a matrix or vector with this matrix
</UserDocu>
</Documentation>
</Methode>
<Methode Name="multVec" Const="true">
<Documentation>
<UserDocu>
multVec(Vector) -> Vector
Compute the transformed vector using the matrix
</UserDocu>
</Documentation>
</Methode>
<Methode Name="invert">
<Documentation>
<UserDocu>
@@ -242,4 +250,4 @@ Analyzes the type of transformation.
{ return *(getMatrixPtr()); }
</ClassDeclarations>
</PythonExport>
</GenerateModel>
</GenerateModel>