Sets x value.
Returns:
x value of vector
See Also:
120 121 122
# File 'lib/processing/vector.rb', line 120 def x=(x) @point.x = x end