<?xml version="1.0" encoding="UTF-8" ?>
<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="text">worldedit解説</title>
  <subtitle type="html">minecraftの建築プラグイン/Ｍｏｄの「worldedit」について解説する場所。当人は//gの解説に力を入れているつもり。コマンドだけなら他の場所にもあるしね！まあこのサイトだけで完結できるよう努力します。</subtitle>
  <link rel="self" type="application/atom+xml" href="https://allfan.blog.shinobi.jp/atom"/>
  <link rel="alternate" type="text/html" href="https://allfan.blog.shinobi.jp/"/>
  <updated>2017-05-17T16:04:03+09:00</updated>
  <author><name>kuhblume</name></author>
  <generator uri="//www.ninja.co.jp/blog/" version="0.9">忍者ブログ</generator>
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" />
  <entry>
    <id>allfan.blog.shinobi.jp://entry/2</id>
    <link rel="alternate" type="text/html" href="https://allfan.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/warld%20edit%20%E8%A7%A3%E8%AA%AC%E2%91%A1%20--g%E3%81%AE%E4%BD%BF%E3%81%84%E6%96%B9" />
    <published>2017-05-18T08:00:00+09:00</published> 
    <updated>2017-05-18T08:00:00+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>World edit 解説② //gの使い方</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[//g について<br />
<br />
あまり日本語で説明されていない気がしたので...暇を見て更新していきます。<br />
(最終2017,5/18)<br />
<br />
使い方<br />
<br />
//g [-h,-o,-r,-c] &lt;ブロックID&gt; &lt;数式&gt;<br />
<br />
&lt;ブロックID&gt; ・・・置きたいブロックIDを入力<br />
<br />
&lt;数式&gt;・・・今回の本題。後述します。<br />
<br />
[-h,-o,-r,-c]・・・追加設定<br />
-h ・・・<br />
-c ・・・<br />
-r ・・・<br />
-o ・・・<br />
<br />
簡単に言うと、このコマンドは「入力された数式のグラフをマイクラ上に再現する」というコマンドです。<br />
<br />
実行するには範囲指定が必要です。追加設定を入れなかった場合、指定範囲の中心が原点Oとなります。関数は無限大に続くことが多いため、あまり広範囲を指定しない方がいいです。<br />
<br />
使えるのは方程式ではなく、領域を表す不等式です。ですが、高校で頻繁に扱う方程式で考えてから不等式に変える、という方法が個人的にはわかりやすいと思います。<br />
例えば...<br />
<br />
y^2+x^2=0.4^2 (x^2はxの二乗という意味)<br />
<br />
半径0.4の円の方程式ですね。これを<br />
<br />
y^2+x^2&lt;0.4^2<br />
<br />
と変えてマインクラフトのコマンドに<br />
<br />
//g y^2+x^2&lt;0.4^2<br />
<br />
と打つと <!-- admax -->
<script src="//adm.shinobi.jp/s/aabcfc9d60a0babdc78cf8b8a10bd10f" type="text/javascript"></script>
<!-- admax -->]]> 
    </content>
    <author>
            <name>kuhblume</name>
        </author>
  </entry>
  <entry>
    <id>allfan.blog.shinobi.jp://entry/1</id>
    <link rel="alternate" type="text/html" href="https://allfan.blog.shinobi.jp/%E6%9C%AA%E9%81%B8%E6%8A%9E/world%20edit%20%E8%A7%A3%E8%AA%AC%E2%91%A0%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E4%B8%80%E8%A6%A7%E3%81%A8%E4%BD%BF%E3%81%84%E6%96%B9" />
    <published>2017-05-18T08:00:00+09:00</published> 
    <updated>2017-05-18T08:00:00+09:00</updated> 
    <category term="未選択" label="未選択" />
    <title>World edit 解説① コマンド一覧と使い方</title>
    <content mode="escaped" type="text/html" xml:lang="utf-8"> 
      <![CDATA[Worldeditは非常に便利な建築plugin(mod)です。範囲を指定してブロックを敷き詰めたり指定範囲のブロックをコピー＆ペースト、回転などができます。]]> 
    </content>
    <author>
            <name>kuhblume</name>
        </author>
  </entry>
</feed>