guFrustumF.htm
1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<HTML>
<HEAD>
<TITLE>HTML 文書</TITLE>
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.0j">
</HEAD>
<BODY>
<P>
<A NAME="_Toc366998645"></A><B>guFrustumF(3P)
<BR>
</B>
<P>
<B>関数名<BR>
</B>
<P>
guFrustum, guFrustumF
<P>
→ パースペクティブプロジェクションマトリクスの計算。<B><FONT FACE="Arial">
<BR>
</FONT></B>
<P>
<B>構文<BR>
</B>
<P>
#include "gu.h"
<P>
void guFrustum(Mtx m,
<P>
float l, float r,
<P>
float b, float t,
<P>
float n, float f,
<P>
float scale);
<P>
void guFrustumF(float m[4][4],
<P>
float l, float r,
<P>
float b, float t,
<P>
float n, float f,
<P>
float scale);<B><FONT FACE="Arial"> <BR>
</FONT></B>
<P>
<B>パラメータ<BR>
</B>
<P>
<B>m</B>
<P>
4×4プロジェクションマトリクスの結果
<P>
<B>l, r</B>
<P>
"near"面にコーディネイトされた右(left)、左(right)垂直クリッピング面。
<P>
<B>b, t</B>
<P>
"near"面にコーディネイトされた下(bottom)、上(top)水平クリッピング面
<P>
<B>n, f</B>
<P>
"near"クリッピング面と"far"クリッピング面への距離
<P>
<B>scale<BR>
</B>
<P>
<B>説明<BR>
</B>
<P>
<B>glFrustum</B>は固定小数点4×4マトリクスmを返します。固定小数点マトリクスフォーマットの詳細な説明については、<A HREF="../gsp/gSPMatrix.htm">gSPMatrix</A>(3P)を参照してください。
<BR>
<P>
<B>guFrustumF</B>は浮動小数点4×4マトリクスmを返します。 <BR>
<P>
<B>参照<BR>
</B>
<P>
<A HREF="guOrtho.htm">guOrtho</A>(3P), <A HREF="guPerspective.htm">guPerspective</A>(3P),
<A HREF="guLookAt.htm">guLookAt</A>(3P), <A HREF="../gsp/gSPMatrix.htm">gSPMatrix</A>(3P),
glFrustum(3G) <BR>
</BODY>
</HTML>