Method: RMath3D::RMtx2#-@

Defined in:
lib/rmath3d/rmath3d_plain.rb

#-@Object

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