Base: use NoArgs in MatrixPy
This commit is contained in:
@@ -97,28 +97,28 @@ if it's not a scale matrix.
|
||||
tol : float</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="nullify">
|
||||
<Methode Name="nullify" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>nullify() -> None
|
||||
|
||||
Make this the null matrix.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="isNull" Const="true">
|
||||
<Methode Name="isNull" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>isNull() -> bool
|
||||
|
||||
Check if this is the null matrix.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="unity">
|
||||
<Methode Name="unity" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>unity() -> None
|
||||
|
||||
Make this matrix to unity (4D identity matrix).</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="isUnity" Const="true">
|
||||
<Methode Name="isUnity" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>isUnity() -> bool
|
||||
|
||||
@@ -185,7 +185,7 @@ index : int
|
||||
vector : Base.Vector</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="diagonal" Const="true">
|
||||
<Methode Name="diagonal" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>diagonal() -> Base.Vector
|
||||
|
||||
@@ -252,34 +252,34 @@ Compute the transformed vector using the matrix.
|
||||
vector : Base.Vector</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="invert">
|
||||
<Methode Name="invert" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>invert() -> None
|
||||
|
||||
Compute the inverse matrix in-place, if possible.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="inverse" Const="true">
|
||||
<Methode Name="inverse" Const="true" NoArgs="true">
|
||||
<Documentation><UserDocu>inverse() -> Base.Matrix
|
||||
|
||||
Compute the inverse matrix, if possible.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="transpose">
|
||||
<Methode Name="transpose" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>transpose() -> None
|
||||
|
||||
Transpose the matrix in-place.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="transposed" Const="true">
|
||||
<Methode Name="transposed" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>transposed() -> Base.Matrix
|
||||
|
||||
Returns a transposed copy of this matrix.</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="determinant" Const="true">
|
||||
<Methode Name="determinant" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>determinant() -> float
|
||||
|
||||
@@ -309,7 +309,7 @@ dim : int
|
||||
Dimension parameter must be in the range [1,4].</UserDocu>
|
||||
</Documentation>
|
||||
</Methode>
|
||||
<Methode Name="analyze" Const="true">
|
||||
<Methode Name="analyze" Const="true" NoArgs="true">
|
||||
<Documentation>
|
||||
<UserDocu>analyze() -> str
|
||||
|
||||
|
||||
Reference in New Issue
Block a user