<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yamamucho</author_name>
  <author_url>https://blog.hatena.ne.jp/yamamucho/</author_url>
  <blog_title>酔いどれコード</blog_title>
  <blog_url>https://yamamucho.hatenadiary.org/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>programming</anon>
  </categories>
  <description>離散ボロノイ図を全探索法を使って作成してみる。全探索法とは、すべての離散点においてどの母点にもっとも近いかを計算する方法。一番単純な方法かつ、計算量の多い方法。 require &quot;digest/md5&quot; require &quot;cairo&quot; # # ボロノイ図を描画する（全探索法） # class VoronoiDiagram def initialize(width, height) @width = width @height = height @context = Cairo::Context.new( Cairo::ImageSurface.new(@width, @height) ) en…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyamamucho.hatenadiary.org%2Fentry%2F20090623%2F1245765171&quot; title=&quot;Ruby練習四日目（離散ボロノイ図） - 酔いどれコード&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-06-23 22:52:51</published>
  <title>Ruby練習四日目（離散ボロノイ図）</title>
  <type>rich</type>
  <url>https://yamamucho.hatenadiary.org/entry/20090623/1245765171</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
