Generate a point at 0,0,0.
13 14 15
# File 'lib/metro/units/point.rb', line 13 def self.zero new 0.0, 0.0, 0.0 end