call-seq: -
-mtx : Unary minus operator.
361 362 363
# File 'lib/rmath3d/rmath3d_plain.rb', line 361 def -@ return RMtx2.new( self * -1.0 ) end