0000623: Matrix and Vector API extension

This commit is contained in:
wmayer
2012-03-12 11:13:58 +01:00
parent a56a31521f
commit 1cffe8429e
2 changed files with 14 additions and 10 deletions

View File

@@ -110,9 +110,10 @@ Compute the determinant of the matrix
<Methode Name="isOrthogonal">
<Documentation>
<UserDocu>
isOrthogonal() -> Float
isOrthogonal([Float]) -> Float
Checks if the matrix is orthogonal, i.e. M * M^T = k*I and returns
the multiple of the identity matrix. If it's not orthogonal 0 is returned.
As argument you can set a tolerance which by default is 1.0e-6.
</UserDocu>
</Documentation>
</Methode>