FineKernelToolKit 4.2.13
読み取り中…
検索中…
一致する文字列を見つけられません
FK.h
[詳解]
1#if !defined(__FK_FK_HEADER__)
2#define __FK_FK_HEADER__
3
4#include <FK/ShapeViewer.h>
5#include <FK/Polygon.h>
6#include <FK/Polyline.h>
7#include <FK/Closedline.h>
8#include <FK/Point.h>
9#include <FK/Line.h>
10#include <FK/Block.h>
11#include <FK/Circle.h>
12#include <FK/Sphere.h>
13#include <FK/Prism.h>
14#include <FK/Cone.h>
15#include <FK/Capsule.h>
16#include <FK/ParticleSet.h>
17#include <FK/TextImage.h>
18#include <FK/RectTexture.h>
19#include <FK/TriTexture.h>
20#include <FK/MeshTexture.h>
21#include <FK/IFSTexture.h>
22#include <FK/GenMatrix.h>
23#include <FK/Quaternion.h>
24#include <FK/Math.h>
25#include <FK/Vertex.h>
26#include <FK/Half.h>
27#include <FK/Edge.h>
28#include <FK/Loop.h>
29#include <FK/Light.h>
30#include <FK/Plane.h>
31#include <FK/Error.hh>
32#include <FK/BVHMotion.h>
33#include <FK/BezCurve.h>
34#include <FK/RBezCurve.h>
35#include <FK/BSplCurve.h>
36#include <FK/BezSurface.h>
37#include <FK/Gregory.h>
38#include <FK/Graph.h>
39#include <FK/System.h>
40#include <FK/Ray.h>
41#include <FK/AppWindow.h>
42#include <FK/SpriteModel.h>
43#include <FK/MotionCharactor.h>
44#include <FK/ShaderBinder.h>
45#include <FK/Time.h>
46#include <FK/Renderer.h>
47
48#if !defined(FK_NO_FLTK)
49
50#include <FL/Fl.H>
51#include <FL/fl_ask.H>
52
53#endif
54
55#if defined(FK_DEF_NAMESPACE)
56using namespace FK;
57#endif
58
129#endif // !__FK_FK_HEADER__
130
131/****************************************************************************
132 *
133 * Copyright (c) 1999-2024, Fine Kernel Project, All rights reserved.
134 *
135 * Redistribution and use in source and binary forms,
136 * with or without modification, are permitted provided that the
137 * following conditions are met:
138 *
139 * - Redistributions of source code must retain the above
140 * copyright notice, this list of conditions and the
141 * following disclaimer.
142 *
143 * - Redistributions in binary form must reproduce the above
144 * copyright notice, this list of conditions and the
145 * following disclaimer in the documentation and/or
146 * other materials provided with the distribution.
147 *
148 * - Neither the name of the copyright holders nor the names
149 * of its contributors may be used to endorse or promote
150 * products derived from this software without specific
151 * prior written permission.
152 *
153 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
154 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
155 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
156 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
157 * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
158 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
159 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
160 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
161 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
162 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
163 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
164 * POSSIBILITY OF SUCH DAMAGE.
165 *
166 ****************************************************************************/
167/****************************************************************************
168 *
169 * Copyright (c) 1999-2024, Fine Kernel Project, All rights reserved.
170 *
171 * 本ソフトウェアおよびソースコードのライセンスは、基本的に
172 * 「修正 BSD ライセンス」に従います。以下にその詳細を記します。
173 *
174 * ソースコード形式かバイナリ形式か、変更するかしないかを問わず、
175 * 以下の条件を満たす場合に限り、再頒布および使用が許可されます。
176 *
177 * - ソースコードを再頒布する場合、上記の著作権表示、本条件一覧、
178 * および下記免責条項を含めること。
179 *
180 * - バイナリ形式で再頒布する場合、頒布物に付属のドキュメント等の
181 * 資料に、上記の著作権表示、本条件一覧、および下記免責条項を
182 * 含めること。
183 *
184 * - 書面による特別の許可なしに、本ソフトウェアから派生した製品の
185 * 宣伝または販売促進に、本ソフトウェアの著作権者の名前または
186 * コントリビューターの名前を使用してはならない。
187 *
188 * 本ソフトウェアは、著作権者およびコントリビューターによって「現
189 * 状のまま」提供されており、明示黙示を問わず、商業的な使用可能性、
190 * および特定の目的に対する適合性に関す暗黙の保証も含め、またそれ
191 * に限定されない、いかなる保証もないものとします。著作権者もコン
192 * トリビューターも、事由のいかんを問わず、損害発生の原因いかんを
193 * 問わず、かつ責任の根拠が契約であるか厳格責任であるか(過失その
194 * 他の)不法行為であるかを問わず、仮にそのような損害が発生する可
195 * 能性を知らされていたとしても、本ソフトウェアの使用によって発生
196 * した(代替品または代用サービスの調達、使用の喪失、データの喪失、
197 * 利益の喪失、業務の中断も含め、またそれに限定されない)直接損害、
198 * 間接損害、偶発的な損害、特別損害、懲罰的損害、または結果損害に
199 * ついて、一切責任を負わないものとします。
200 *
201 ****************************************************************************/
Fine Kernel Toolkit 名前空間
Definition Angle.h:6