Method: RMath3D::RVec3#x=

Defined in:
lib/rmath3d/rmath3d_plain.rb

#x=(value) ⇒ Object

call-seq: x= value

Stores value as x.



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

def x=(value) @e[0] = value end