Method: RMath3D::RMtx4#e01=

Defined in:
lib/rmath3d/rmath3d_plain.rb

#e01=(value) ⇒ Object

Replaces the element at row 0 and column 1 by value.



1412
# File 'lib/rmath3d/rmath3d_plain.rb', line 1412

def e01=(value) setElement(0,1,value) end