~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/X3DNodes.TSingleAxisHingeJointNode.html

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
 
2
<html>
 
3
<head>
 
4
<title>Castle Game Engine: X3DNodes: Class TSingleAxisHingeJointNode</title>
 
5
<meta name="generator" content="PasDoc 0.12.1">
 
6
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
 
7
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
 
8
</head>
 
9
<body>
 
10
<table class="container"><tr><td class="navigation">
 
11
<h2>Castle Game Engine</h2><p><a href="introduction.html" class="navigation">Introduction</a></p><p><a href="AllUnits.html" class="navigation">Units</a></p><p><a href="ClassHierarchy.html" class="navigation">Class Hierarchy</a></p><p><a href="AllClasses.html" class="navigation">Classes, Interfaces, Objects and Records</a></p><p><a href="AllTypes.html" class="navigation">Types</a></p><p><a href="AllVariables.html" class="navigation">Variables</a></p><p><a href="AllConstants.html" class="navigation">Constants</a></p><p><a href="AllFunctions.html" class="navigation">Functions and Procedures</a></p><p><a href="AllIdentifiers.html" class="navigation">Identifiers</a></p></td><td class="content">
 
12
<a name="TSingleAxisHingeJointNode"></a><h1 class="cio">Class TSingleAxisHingeJointNode</h1>
 
13
<table class="sections wide_list">
 
14
<tr>
 
15
<td><a class="section" href="#PasDoc-Description">Description</a></td><td><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#PasDoc-Methods">Methods</a></td><td><a class="section" href="#PasDoc-Properties">Properties</a></td></tr></table>
 
16
<a name="PasDoc-Description"></a><h2 class="unit">Unit</h2>
 
17
<p class="unitlink">
 
18
<a  href="X3DNodes.html">X3DNodes</a></p>
 
19
<h2 class="declaration">Declaration</h2>
 
20
<p class="declaration">
 
21
<code>type TSingleAxisHingeJointNode = class(<a class="normal" href="X3DNodes.TAbstractRigidJointNode.html">TAbstractRigidJointNode</a>)</code></p>
 
22
<h2 class="description">Description</h2>
 
23
<div class="nodescription">no description available, TAbstractRigidJointNode description follows</div><div class="nodescription">no description available, TAbstractNode description follows</div><p>
 
24
Base X3D node.
 
25
 
 
26
<p>Almost all X3D nodes inherit from this. (Exception: X3DMetadataObject. So you cannot have metadata of metadata of...)</p>
 
27
<a name="PasDoc-Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
 
28
<ul class="hierarchy"><li class="ancestor">TPersistent</li>
 
29
<li class="ancestor"><a class="normal" href="CastleInterfaces.TNonRefCountedInterfacedPersistent.html">TNonRefCountedInterfacedPersistent</a></li>
 
30
<li class="ancestor"><a class="normal" href="X3DFields.TX3DFileItem.html">TX3DFileItem</a></li>
 
31
<li class="ancestor"><a class="normal" href="X3DNodes.TX3DNode.html">TX3DNode</a></li>
 
32
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractNode.html">TAbstractNode</a></li>
 
33
<li class="ancestor"><a class="normal" href="X3DNodes.TAbstractRigidJointNode.html">TAbstractRigidJointNode</a></li>
 
34
<li class="thisitem">TSingleAxisHingeJointNode</li></ul><h2 class="overview">Overview</h2>
 
35
<a name="PasDoc-Methods"></a><h3 class="summary">Methods</h3>
 
36
<table class="summary wide_list">
 
37
<tr class="list">
 
38
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
39
<td class="itemcode"><code>procedure <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#CreateNode">CreateNode</a></b>; override;</code></td>
 
40
</tr>
 
41
<tr class="list2">
 
42
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
43
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#ClassNodeTypeName">ClassNodeTypeName</a></b>: string; override;</code></td>
 
44
</tr>
 
45
<tr class="list">
 
46
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
47
<td class="itemcode"><code>class function <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#URNMatching">URNMatching</a></b>(const URN: string): boolean; override;</code></td>
 
48
</tr>
 
49
</table>
 
50
<a name="PasDoc-Properties"></a><h3 class="summary">Properties</h3>
 
51
<table class="summary wide_list">
 
52
<tr class="list">
 
53
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
54
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdAnchorPoint">FdAnchorPoint</a></b>: <a  href="X3DFields.TSFVec3f.html">TSFVec3f</a> read FFdAnchorPoint;</code></td>
 
55
</tr>
 
56
<tr class="list2">
 
57
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
58
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdAxis">FdAxis</a></b>: <a  href="X3DFields.TSFVec3f.html">TSFVec3f</a> read FFdAxis;</code></td>
 
59
</tr>
 
60
<tr class="list">
 
61
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
62
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdMaxAngle">FdMaxAngle</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMaxAngle;</code></td>
 
63
</tr>
 
64
<tr class="list2">
 
65
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
66
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdMinAngle">FdMinAngle</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMinAngle;</code></td>
 
67
</tr>
 
68
<tr class="list">
 
69
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
70
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdStopBounce">FdStopBounce</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdStopBounce;</code></td>
 
71
</tr>
 
72
<tr class="list2">
 
73
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
74
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#FdStopErrorCorrection">FdStopErrorCorrection</a></b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdStopErrorCorrection;</code></td>
 
75
</tr>
 
76
<tr class="list">
 
77
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
78
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#EventAngle">EventAngle</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventAngle;</code></td>
 
79
</tr>
 
80
<tr class="list2">
 
81
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
82
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#EventAngleRate">EventAngleRate</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventAngleRate;</code></td>
 
83
</tr>
 
84
<tr class="list">
 
85
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
86
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#EventBody1AnchorPoint">EventBody1AnchorPoint</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventBody1AnchorPoint;</code></td>
 
87
</tr>
 
88
<tr class="list2">
 
89
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
90
<td class="itemcode"><code>property <b><a  href="X3DNodes.TSingleAxisHingeJointNode.html#EventBody2AnchorPoint">EventBody2AnchorPoint</a></b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventBody2AnchorPoint;</code></td>
 
91
</tr>
 
92
</table>
 
93
<h2 class="description">Description</h2>
 
94
<h3 class="detail">Methods</h3>
 
95
<table class="detail wide_list">
 
96
<tr class="list">
 
97
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
98
<td class="itemcode"><a name="CreateNode"></a><code>procedure <b>CreateNode</b>; override;</code></td>
 
99
</tr>
 
100
<tr><td colspan="2">
 
101
&nbsp;</td></tr>
 
102
</table>
 
103
<table class="detail wide_list">
 
104
<tr class="list">
 
105
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
106
<td class="itemcode"><a name="ClassNodeTypeName"></a><code>class function <b>ClassNodeTypeName</b>: string; override;</code></td>
 
107
</tr>
 
108
<tr><td colspan="2">
 
109
&nbsp;</td></tr>
 
110
</table>
 
111
<table class="detail wide_list">
 
112
<tr class="list">
 
113
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
114
<td class="itemcode"><a name="URNMatching"></a><code>class function <b>URNMatching</b>(const URN: string): boolean; override;</code></td>
 
115
</tr>
 
116
<tr><td colspan="2">
 
117
&nbsp;</td></tr>
 
118
</table>
 
119
<h3 class="detail">Properties</h3>
 
120
<table class="detail wide_list">
 
121
<tr class="list">
 
122
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
123
<td class="itemcode"><a name="FdAnchorPoint"></a><code>property <b>FdAnchorPoint</b>: <a  href="X3DFields.TSFVec3f.html">TSFVec3f</a> read FFdAnchorPoint;</code></td>
 
124
</tr>
 
125
<tr><td colspan="2">
 
126
&nbsp;</td></tr>
 
127
</table>
 
128
<table class="detail wide_list">
 
129
<tr class="list">
 
130
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
131
<td class="itemcode"><a name="FdAxis"></a><code>property <b>FdAxis</b>: <a  href="X3DFields.TSFVec3f.html">TSFVec3f</a> read FFdAxis;</code></td>
 
132
</tr>
 
133
<tr><td colspan="2">
 
134
&nbsp;</td></tr>
 
135
</table>
 
136
<table class="detail wide_list">
 
137
<tr class="list">
 
138
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
139
<td class="itemcode"><a name="FdMaxAngle"></a><code>property <b>FdMaxAngle</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMaxAngle;</code></td>
 
140
</tr>
 
141
<tr><td colspan="2">
 
142
&nbsp;</td></tr>
 
143
</table>
 
144
<table class="detail wide_list">
 
145
<tr class="list">
 
146
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
147
<td class="itemcode"><a name="FdMinAngle"></a><code>property <b>FdMinAngle</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdMinAngle;</code></td>
 
148
</tr>
 
149
<tr><td colspan="2">
 
150
&nbsp;</td></tr>
 
151
</table>
 
152
<table class="detail wide_list">
 
153
<tr class="list">
 
154
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
155
<td class="itemcode"><a name="FdStopBounce"></a><code>property <b>FdStopBounce</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdStopBounce;</code></td>
 
156
</tr>
 
157
<tr><td colspan="2">
 
158
&nbsp;</td></tr>
 
159
</table>
 
160
<table class="detail wide_list">
 
161
<tr class="list">
 
162
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
163
<td class="itemcode"><a name="FdStopErrorCorrection"></a><code>property <b>FdStopErrorCorrection</b>: <a  href="X3DFields.TSFFloat.html">TSFFloat</a> read FFdStopErrorCorrection;</code></td>
 
164
</tr>
 
165
<tr><td colspan="2">
 
166
&nbsp;</td></tr>
 
167
</table>
 
168
<table class="detail wide_list">
 
169
<tr class="list">
 
170
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
171
<td class="itemcode"><a name="EventAngle"></a><code>property <b>EventAngle</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventAngle;</code></td>
 
172
</tr>
 
173
<tr><td colspan="2">
 
174
&nbsp;</td></tr>
 
175
</table>
 
176
<table class="detail wide_list">
 
177
<tr class="list">
 
178
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
179
<td class="itemcode"><a name="EventAngleRate"></a><code>property <b>EventAngleRate</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventAngleRate;</code></td>
 
180
</tr>
 
181
<tr><td colspan="2">
 
182
&nbsp;</td></tr>
 
183
</table>
 
184
<table class="detail wide_list">
 
185
<tr class="list">
 
186
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
187
<td class="itemcode"><a name="EventBody1AnchorPoint"></a><code>property <b>EventBody1AnchorPoint</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventBody1AnchorPoint;</code></td>
 
188
</tr>
 
189
<tr><td colspan="2">
 
190
&nbsp;</td></tr>
 
191
</table>
 
192
<table class="detail wide_list">
 
193
<tr class="list">
 
194
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
195
<td class="itemcode"><a name="EventBody2AnchorPoint"></a><code>property <b>EventBody2AnchorPoint</b>: <a  href="X3DFields.TX3DEvent.html">TX3DEvent</a> read FEventBody2AnchorPoint;</code></td>
 
196
</tr>
 
197
<tr><td colspan="2">
 
198
&nbsp;</td></tr>
 
199
</table>
 
200
<hr noshade size="1"><span class="appinfo"><em>Generated by <a  href="http://pasdoc.sourceforge.net/">PasDoc 0.12.1</a> on 2013-02-04 20:26:56</em>
 
201
</span>
 
202
</td></tr></table></body></html>