# File lib/fox16/glshapes.rb, line 133 def hit(viewer) GL::Begin(GL::LINES) GL::Vertex(@fm.pos) GL::Vertex(@to.pos) GL::End() end