RandomPolygon
✖
RandomPolygon
詳細とオプション


- RandomPolygonは,特定の分布から取り出されたランダムな Polygonを与える.
- RandomPolygonは,アルゴリズムの計算時間のテストと検証によく使われる.
- 次は,spec の可能な指定である.
-
{"Convex",n} n 個の頂点がある凸多角形 {"Simple",n} n 個の頂点がある単純多角形 {"StarShaped",n} n 個の頂点がある星形多角形 {"ConvexHull",dist,n} 分布 dist からの n 個のランダムな点の凸包 - RandomPolygon[]は,頂点数が範囲{3,15}から同じ確率で選ばれた,擬似ランダムな単純多角形を与える.
- RandomPolygon[n]はRandomPolygon[{"Simple",n}]に等しい.
- RandomPolygon[{"ConvexHull",n}]は,単位正方形上の一様分布UniformDistribution[2]からの,n 個のランダムな点の凸包を与える.
- RandomPolygon[spec,{k1,k2,…}]は,擬似ランダムな多角形の k1×k2×…配列を与える.
- RandomPolygonは,Wolfram言語を実行するたびに,擬似ランダムな多角形の異なる列を与える.SeedRandomを使うと,反復可能な列が得られる.
- RandomPolygonにはPolygonと同じオプションに以下を追加したものが使える. [全オプションのリスト]
-
DataRange Automatic 生成する頂点の範囲 WorkingPrecision MachinePrecision 頂点の精度 - デフォルト設定のDataRangeAutomaticのとき,座標は0から1までの範囲で選ばれる.
-
DataRange Automatic 生成する頂点の範囲 VertexColors Automatic 補間される頂点の色 VertexNormals Automatic 陰影付けのための有効な頂点法線 VertexTextureCoordinates None テクスチャのための座標 WorkingPrecision MachinePrecision 頂点の精度
全オプションのリスト

例題
すべて開くすべて閉じる例 (3)基本的な使用例

https://wolfram.com/xid/09b1hfm3e-gzw9nf


https://wolfram.com/xid/09b1hfm3e-zbv0zl


https://wolfram.com/xid/09b1hfm3e-j5sgym


https://wolfram.com/xid/09b1hfm3e-sr2mfw


https://wolfram.com/xid/09b1hfm3e-3umn6j

https://wolfram.com/xid/09b1hfm3e-mc86oy

スコープ (15)標準的な使用例のスコープの概要
基本的な用法 (6)

https://wolfram.com/xid/09b1hfm3e-tkcni3


https://wolfram.com/xid/09b1hfm3e-ilzzic


https://wolfram.com/xid/09b1hfm3e-042rp8

https://wolfram.com/xid/09b1hfm3e-ewi3q5


https://wolfram.com/xid/09b1hfm3e-kzg04t


https://wolfram.com/xid/09b1hfm3e-cpuziu


https://wolfram.com/xid/09b1hfm3e-oj8591


https://wolfram.com/xid/09b1hfm3e-nnond

凸多角形 (2)

https://wolfram.com/xid/09b1hfm3e-ztst50


https://wolfram.com/xid/09b1hfm3e-viktph


https://wolfram.com/xid/09b1hfm3e-xbys5q


https://wolfram.com/xid/09b1hfm3e-qg6v4t


https://wolfram.com/xid/09b1hfm3e-8ifgd4

凸包多角形 (3)

https://wolfram.com/xid/09b1hfm3e-505tos


https://wolfram.com/xid/09b1hfm3e-k3fokv


https://wolfram.com/xid/09b1hfm3e-kjq819


https://wolfram.com/xid/09b1hfm3e-h23e6d


https://wolfram.com/xid/09b1hfm3e-2hbrgv

ディリクレ(Dirichlet)分布からランダムな凸包多角形を生成する:

https://wolfram.com/xid/09b1hfm3e-ugm62a


https://wolfram.com/xid/09b1hfm3e-cqgw6


https://wolfram.com/xid/09b1hfm3e-vdulp5


https://wolfram.com/xid/09b1hfm3e-n3lsap

単純多角形 (2)

https://wolfram.com/xid/09b1hfm3e-nok5s6


https://wolfram.com/xid/09b1hfm3e-110gbx


https://wolfram.com/xid/09b1hfm3e-3601nb


https://wolfram.com/xid/09b1hfm3e-z2aff1


https://wolfram.com/xid/09b1hfm3e-1zh9td

星形多角形 (2)

https://wolfram.com/xid/09b1hfm3e-mv3us4


https://wolfram.com/xid/09b1hfm3e-ud4gxz


https://wolfram.com/xid/09b1hfm3e-jwo98e


https://wolfram.com/xid/09b1hfm3e-lim4id


https://wolfram.com/xid/09b1hfm3e-1pansj

オプション (8)各オプションの一般的な値と機能
DataRange (1)
DataRangeを使って生成する頂点の範囲を指定することができる:

https://wolfram.com/xid/09b1hfm3e-ewpnb1


https://wolfram.com/xid/09b1hfm3e-3k5agw


https://wolfram.com/xid/09b1hfm3e-fl0z4t


https://wolfram.com/xid/09b1hfm3e-fto0mi

WorkingPrecision (1)
VertexColors (2)
VertexNormals (1)
ランダムな多角形を生成する.辺ベクトルのクロス積を使って法線ベクトルを計算する:

https://wolfram.com/xid/09b1hfm3e-eliva


https://wolfram.com/xid/09b1hfm3e-lx25c

https://wolfram.com/xid/09b1hfm3e-bpd9f0


https://wolfram.com/xid/09b1hfm3e-cvwg32


https://wolfram.com/xid/09b1hfm3e-dxgk6r

VertexTextureCoordinates (3)

https://wolfram.com/xid/09b1hfm3e-1jlxp


https://wolfram.com/xid/09b1hfm3e-drfwj5

VertexColorsはテクスチャマッピングに先行する:

https://wolfram.com/xid/09b1hfm3e-ew2q5d

アプリケーション (5)この関数で解くことのできる問題の例
基本的な用法 (2)

https://wolfram.com/xid/09b1hfm3e-13y0bb


https://wolfram.com/xid/09b1hfm3e-ylmn0u


https://wolfram.com/xid/09b1hfm3e-yd2ylj

アルゴリズムのテストと計算時間の検証のためにランダムな多角形を生成する:

https://wolfram.com/xid/09b1hfm3e-dko19g

https://wolfram.com/xid/09b1hfm3e-i6opfi

https://wolfram.com/xid/09b1hfm3e-34otit


https://wolfram.com/xid/09b1hfm3e-hqm8h7

https://wolfram.com/xid/09b1hfm3e-oztoqj


https://wolfram.com/xid/09b1hfm3e-rfz1gt

https://wolfram.com/xid/09b1hfm3e-b30lc3


https://wolfram.com/xid/09b1hfm3e-qj1z3e

https://wolfram.com/xid/09b1hfm3e-lhrb1f

幾何学特性 (2)
ランダムな凸多角形のシミュレーションを行い,面積を計算する:

https://wolfram.com/xid/09b1hfm3e-ncrgok

https://wolfram.com/xid/09b1hfm3e-totrtx

https://wolfram.com/xid/09b1hfm3e-4wy34r


https://wolfram.com/xid/09b1hfm3e-edkzjq


https://wolfram.com/xid/09b1hfm3e-ztgkxx


https://wolfram.com/xid/09b1hfm3e-luagb2

https://wolfram.com/xid/09b1hfm3e-r6slzi

https://wolfram.com/xid/09b1hfm3e-jkelou

その他のアプリケーション (1)
機械学習を使った多角形の分類.多角形の例で分類器関数を訓練する:

https://wolfram.com/xid/09b1hfm3e-qvoctg

https://wolfram.com/xid/09b1hfm3e-h9jsbn


https://wolfram.com/xid/09b1hfm3e-qw0snw

https://wolfram.com/xid/09b1hfm3e-1tu3rl


https://wolfram.com/xid/09b1hfm3e-wuyym3


https://wolfram.com/xid/09b1hfm3e-7l1pq5


https://wolfram.com/xid/09b1hfm3e-h9giye


https://wolfram.com/xid/09b1hfm3e-rbiptp


https://wolfram.com/xid/09b1hfm3e-b7ktjr

特性と関係 (5)この関数の特性および他の関数との関係
SeedRandomを使って繰り返し可能なランダムな多角形を得る:

https://wolfram.com/xid/09b1hfm3e-udvhjo


https://wolfram.com/xid/09b1hfm3e-d4tuy1

BlockRandomを使ってRandomPolygonの使用が他に影響しないようにする:

https://wolfram.com/xid/09b1hfm3e-narvr5

ConvexPolygonQを使ってランダムな多角形の特性をチェックする:

https://wolfram.com/xid/09b1hfm3e-lls03k


https://wolfram.com/xid/09b1hfm3e-gocq6x


https://wolfram.com/xid/09b1hfm3e-8ydwhn


https://wolfram.com/xid/09b1hfm3e-xbvx3r

ランダムな多角形のOuterPolygonは単純多角形である:

https://wolfram.com/xid/09b1hfm3e-nfp4bk


https://wolfram.com/xid/09b1hfm3e-j4pdym


https://wolfram.com/xid/09b1hfm3e-zpe33y

PolygonDecompositionを使って多角形を凸多角形に分解する:

https://wolfram.com/xid/09b1hfm3e-49ud06


https://wolfram.com/xid/09b1hfm3e-kq0zoo


https://wolfram.com/xid/09b1hfm3e-nu6nus

Wolfram Research (2019), RandomPolygon, Wolfram言語関数, https://reference.wolfram.com/language/ref/RandomPolygon.html.
テキスト
Wolfram Research (2019), RandomPolygon, Wolfram言語関数, https://reference.wolfram.com/language/ref/RandomPolygon.html.
Wolfram Research (2019), RandomPolygon, Wolfram言語関数, https://reference.wolfram.com/language/ref/RandomPolygon.html.
CMS
Wolfram Language. 2019. "RandomPolygon." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RandomPolygon.html.
Wolfram Language. 2019. "RandomPolygon." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/RandomPolygon.html.
APA
Wolfram Language. (2019). RandomPolygon. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RandomPolygon.html
Wolfram Language. (2019). RandomPolygon. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/RandomPolygon.html
BibTeX
@misc{reference.wolfram_2025_randompolygon, author="Wolfram Research", title="{RandomPolygon}", year="2019", howpublished="\url{https://reference.wolfram.com/language/ref/RandomPolygon.html}", note=[Accessed: 04-April-2025
]}
BibLaTeX
@online{reference.wolfram_2025_randompolygon, organization={Wolfram Research}, title={RandomPolygon}, year={2019}, url={https://reference.wolfram.com/language/ref/RandomPolygon.html}, note=[Accessed: 04-April-2025
]}