# File utilities/Geometry.rb, line 71
  def initialize (origin, other)
    @o = origin.clone
    @t = other.clone
  end