call-seq: x= value
Stores value as x.
value
x
3290
# File 'lib/rmath3d/rmath3d_plain.rb', line 3290 def x=(value) @e[0] = value end