# File Geodesic.rb, line 29
                def initialize( *pts )
                        @a, @b, @c = *pts.flatten
                end