<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>obelisk2</author_name>
  <author_url>https://blog.hatena.ne.jp/obelisk2/</author_url>
  <blog_title>Camera Obscura</blog_title>
  <blog_url>https://obelisk.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Ruby</anon>
    <anon>数学</anon>
    <anon>Gem 'oekaki'</anon>
  </categories>
  <description>自己相似図形であるコッホ曲線を Python と Ruby で描いてみました。 Python では手軽にタートル・グラフィックスが使えるので、これを利用するのが簡単です。 3次のコッホ曲線を描きます。 from turtle import * def draw(length, depth): if depth == 0: forward(length) else: draw(length / 3, depth - 1) left(60) draw(length / 3, depth - 1) right(120) draw(length / 3, depth - 1) left(60) dra…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fobelisk.hatenablog.com%2Fentry%2F2017%2F06%2F08%2F125856&quot; title=&quot;コッホ曲線を描く（Python, Ruby） - Camera Obscura&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>http://img.f.hatena.ne.jp/images/fotolife/o/obelisk2/20170608/20170608122233.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-06-08 12:58:56</published>
  <title>コッホ曲線を描く（Python, Ruby）</title>
  <type>rich</type>
  <url>https://obelisk.hatenablog.com/entry/2017/06/08/125856</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
