Method: RMath3D::RMtx2#to_s
- Defined in:
- lib/rmath3d/rmath3d_plain.rb
#to_s ⇒ Object
call-seq: to_s
Returns human-readable string.
70 71 72 73 |
# File 'lib/rmath3d/rmath3d_plain.rb', line 70 def to_s "( #{@e[0]}, #{@e[2]} )\n" + "( #{@e[1]}, #{@e[3]} )\n" end |