guRotateF.htm
1.53 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
<HTML>
<HEAD>
<TITLE>HTML 文書</TITLE>
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.0j">
</HEAD>
<BODY>
<P>
<A NAME="_Toc366998672"></A><B>guRotateF(3P)
<BR>
</B>
<P>
<B>関数名<BR>
</B>
<P>
guRotate, guRotateF, guRotateRPY, guRotateRPYF
<P>
→ モデリングマトリクス回転演算<BR>
<P>
<B>構文<BR>
</B>
<P>
#include "gu.h"
<P>
void guRotate(Mtx m, float a, float x, float y, float z )
<P>
void guRotateF(float m[4][4], float a, float x, float y, float
z )
<P>
void guRotateRPY(Mtx m, float r, float p, float y )
<P>
void guRotateRPYF(float m[4][4], float r, float p, float y )
<BR>
<P>
<B>パラメータ<BR>
</B>
<P>
<B>m</B>
<P>
4×4プロジェクションマトリクスの結果
<P>
<B>a</B>
<P>
度で表される角度。正の角度が反時計回りの回転を表します。
<P>
<B>x, y, z</B>
<P>
回転軸
<P>
<B>r, p, y</B>
<P>
度で表される回転(roll)、ピッチ(pitch)、ずれ(yaw) <BR>
<P>
<B>説明<BR>
</B>
<P>
<B>guRotate</B>と<B>guRotateRPY</B>固定小数点4×4マトリクスmを返します。
<BR>
<P>
固定小数点マトリクスフォーマットについての詳細な説明は<A HREF="../gsp/gSPMatrix.htm">gSPMatrix</A>(3P)を参照してください。
<BR>
<P>
<B>guRotateF</B>と<B>guRotateRPYF</B>は浮動小数点4×4マトリクスを返します。
<BR>
<P>
<B>参照<BR>
</B>
<P>
<A HREF="guTranslate.htm">guTranslate</A>(3P), <A HREF="guScale.htm">guScale</A>(3P),
<A HREF="guPosition.htm">guPosition</A>(3P), <A HREF="guAlign.htm">guAlign</A>(3P),
<A HREF="../gsp/gSPMatrix.htm">gSPMatrix</A>(3P), glRotate(3G)
<BR>
</BODY>
</HTML>