GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
DesignLab
graph_com_plotter.cpp
[詳解]
1
3
4
// Copyright(c) 2023-2025 Design Engineering Laboratory, Saitama University
5
// Released under the MIT license
6
// https://opensource.org/licenses/mit-license.php
7
8
#include "
graph_com_plotter.h
"
9
10
namespace
designlab
11
{
12
13
void
GraphComPlotter::Draw
()
const
14
{
15
}
16
17
}
// namespace designlab
designlab::GraphComPlotter::Draw
void Draw() const override
描画処理を行う. const 関数にしているのは, 描画処理の中でメンバ変数を変更しないようにするため.
Definition
graph_com_plotter.cpp:13
graph_com_plotter.h
designlab
Definition
abstract_dxlib_gui.cpp:18
構築:
1.9.8