[Top]
Math
Math.SMatrix
|
Method Math.SMatrix()->sub()
- Method
sub
-
object(Matrix) Math.SMatrix()->`-()
object(Matrix) Math.SMatrix()->`-(object with)
object(Matrix) Math.SMatrix()->``-(object with)
object(Matrix) Math.SMatrix()->sub(object with)
- Description
-
-
Subtracts this matrix from another. A new matrix is returned.
-m is equal to -1*m.
|