Transform and return a new Point
Parameters:
The Point to transform
Returns:
The transformed Point
114 115 116
# File 'lib/geometry/transformation.rb', line 114 def transform(point) @translation + point end