Extracted from Pike v7.3 release 45 at 2002-06-04.
pike.roxen.com
[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.