5 #include <FK/Projection.h>
34 #ifndef FK_DOXYGEN_USER_PROCESS
91 #ifndef FK_DOXYGEN_USER_PROCESS
122 property double Fovy {
131 property double Near {
140 property double Far {
153 void SetAll(
double fovy,
double near,
double far);
194 #ifndef FK_DOXYGEN_USER_PROCESS
209 double bottom,
double top,
210 double near,
double far);
229 property double Left {
238 property double Right {
247 property double Bottom {
256 property double Top {
265 property double Near {
274 property double Far {
290 void SetAll(
double left,
double right,
double bottom,
291 double top,
double near,
double far);
319 #ifndef FK_DOXYGEN_USER_PROCESS
336 double bottom,
double top,
337 double near,
double far);
356 property double Left {
365 property double Right {
374 property double Bottom {
383 property double Top {
392 property double Near {
401 property double Far {
418 void SetAll(
double left,
double right,
double bottom,
419 double top,
double near,
double far);
fk_ProjectMode
投影法を表す列挙型
Definition: Projection_CLI.h:12
平行投影法を制御するクラス
Definition: Projection_CLI.h:314
対称透視投影法を制御するクラス
Definition: Projection_CLI.h:86
一般透視投影を制御するクラス
Definition: Projection_CLI.h:189
投影法の基底クラス
Definition: Projection_CLI.h:26
Definition: AppWindow_CLI.h:11