-
-
Notifications
You must be signed in to change notification settings - Fork 81
リファレンス
Kasugaccho edited this page Dec 26, 2019
·
35 revisions
クラス名 | 説明 | 対応バージョン |
---|---|---|
AscendingOrder | 昇順生成 | v0.4.11.0 |
Border | 枠生成 | v0.4.0.0 |
BorderOdd | 奇数枠生成 | v0.4.0.0 |
CellularAutomatonIsland | RPG地形生成(1bit) | v0.4.0.0 |
CellularAutomatonMixIsland | RPG地形生成 | v0.4.0.0 |
Chess | チェス生成 | v0.4.X |
ClusteringMaze | 迷路生成 | v0.4.13 |
DobutsuShogi | 将棋生成 | v0.4.10.0 |
DiamondSquareAverageCornerIsland | 半島地形生成 | v0.4.2.0 |
DiamondSquareAverageIsland | 島地形生成 | v0.4.2.0 |
FractalIsland | 諸島生成 | v0.4.3.1 |
FractalLoopIsland | 諸島ループ生成 | v0.4.3.1 |
HalfMixRect | 乱数四角形生成 | v0.4.0.0 |
MazeDig | 迷路生成 | v0.4.3.1 |
MixRect | 乱数四角形生成 | v0.4.0.0 |
PerlinIsland | 島生成 | v0.4.10.0 |
PerlinLoopIsland | 島生成 | v0.4.10.0 |
PerlinSolitaryIsland | 島生成 | v0.4.12.0 |
PointGrid | 点グリッド生成 | v0.4.0.0 |
PointGridAndSomeBlocksWithBorder | 点グリッド+枠+乱数四角形生成 | v0.4.0.0 |
PointGridWithBorder | 点グリッド+枠生成 | v0.4.0.0 |
RandomRect | 乱数四角形生成 | v0.4.0.0 |
RandomVoronoi | 乱数ボロノイ図生成 | v0.4.3.1 |
Rect | 四角形生成 | v0.4.0.0 |
Reversi | リバーシ生成 | v0.4.5.0 |
RogueLike | ローグライク生成 | v0.4.13 |
RogueLikeCave | 洞窟生成 | v0.4.X |
Shogi | 将棋生成 | v0.4.10.0 |
SimpleRogueLike | 簡易ローグライク生成 | v0.4.4.0 |
SimpleTruncatedSquarePyramid | 平坦ピラミッド生成 | v0.4.12.0 |
SimpleVoronoiIsland | 島生成 | v0.4.5.0 |
WhiteNoise | ホワイトノイズ生成 | v0.4.5.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
FilePNG | PNG形式の画像出力 | v0.4.5.0 |
FileJPG | JPG形式の画像出力 | v0.4.5.0 |
FileBMP | BMP形式の画像出力 | v0.4.5.0 |
FileTGA | TGA形式の画像出力 | v0.4.5.0 |
FileHDR | HDR形式の画像出力 | v0.4.5.0 |
FileMD | Markdown形式のテキスト出力 | v0.4.6.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
Init | Matrix初期化 | v0.4.0.0 |
PerlinNoise | パーリンノイズ生成 | v0.4.8.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
ReversiSimple | リバーシAI | v0.4.13.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
Is1Bit | 1bitの有無 | v0.4.13.0 |
GetLargestSquareArea | 正方形探索 | v0.4.13.0 |
GetLargestSquareAreaSize | 正方形探索 | v0.4.13.0 |
GetLargestRectArea | 長方形探索 | v0.4.13.0 |
GetLargestRectAreaSize | 長方形探索 | v0.4.13.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
Addition | 加算 | v0.4.11.0 |
Angular | カクカク | v0.4.12.0 |
Average | 平均化 | v0.4.12.0 |
Bucket | 塗りつぶし | v0.4.13.0 |
BuryPoint | Matrix初期化 | v0.4.0.0 |
Division | 除算 | v0.4.11.0 |
Modulo | 剰余演算 | v0.4.11.0 |
Multiplication | 乗算 | v0.4.11.0 |
RemovePoint | Matrix初期化 | v0.4.0.0 |
Subtraction | 減算 | v0.4.11.0 |
クラス名 | 説明 | 対応バージョン |
---|---|---|
MazeDig3D | 立体迷路生成 | v0.4.8.0 |
Copyright (c) 2018-2021 As Project.
Distributed under the Boost Software License, Version 1.0.(See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)