Method: Processing::Vector#x=

Defined in:
lib/processing/vector.rb

#x=(x) ⇒ Numeric

Sets x value.



120
121
122
# File 'lib/processing/vector.rb', line 120

def x=(x)
  @point.x = x
end