ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
TriangleWave.hh
1
5//
6// Copyright (C) 2011-2022 Yokokura, Yuki
7// This program is free software;
8// you can redistribute it and/or modify it under the terms of the FreeBSD License.
9// For details, see the License.txt file.
10
11#ifndef TRIANGLEWAVE
12#define TRIANGLEWAVE
13
14namespace ARCS { // ARCS名前空間
15 double TriangleWave(const double freq, const double time);
16 double TriangleWave(const double freq, const double time, const double starttime);
17}
18
19#endif