<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ni4muraano</author_name>
  <author_url>https://blog.hatena.ne.jp/ni4muraano/</author_url>
  <blog_title>旅行好きなソフトエンジニアの備忘録</blog_title>
  <blog_url>https://ni4muraano.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>数学</anon>
  </categories>
  <description>Bスプライン曲線を実装する必要があったので作ってみました（次数は3固定にしています）。使い方は以下の二通りを想定しています。 制御点を指定して曲線を描く 指定した点を通るような曲線を描く まずはBスプライン曲線を描くクラスをBSplineとして実装します（BSplineクラスを動かすにはMathNet.NumericsをNuGetからインストールして下さい）。 // usingにMathNet.Numerics.LinearAlgebraを追加 using MathNet.Numerics.LinearAlgebra; class BSpline { // 次数 private const i…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fni4muraano.hatenablog.com%2Fentry%2F2017%2F10%2F30%2F212326&quot; title=&quot;【C#】 Bスプライン曲線の実装 - 旅行好きなソフトエンジニアの備忘録&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>https://cdn-ak.f.st-hatena.com/images/fotolife/n/ni4muraano/20171015/20171015110108.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-10-30 21:23:26</published>
  <title>【C#】 Bスプライン曲線の実装</title>
  <type>rich</type>
  <url>https://ni4muraano.hatenablog.com/entry/2017/10/30/212326</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
