Returns The Obround‘s center.
Returns:
The Obround‘s center
221 222 223
# File 'lib/geometry/obround.rb', line 221 def center @origin + @size/2 end