Method: RMath3D::RMtx2#e00=

Defined in:
lib/rmath3d/rmath3d_plain.rb

#e00=(value) ⇒ Object

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



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

def e00=(value) setElement(0,0,value) end