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

« back to all changes in this revision

Viewing changes to doc/pasdoc/html/CastleScriptArrays.TCasScriptMatrix4fArray.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: CastleScriptArrays: Class TCasScriptMatrix4fArray</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="TCasScriptMatrix4fArray"></a><h1 class="cio">Class TCasScriptMatrix4fArray</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="CastleScriptArrays.html">CastleScriptArrays</a></p>
 
19
<h2 class="declaration">Declaration</h2>
 
20
<p class="declaration">
 
21
<code>type TCasScriptMatrix4fArray = class(<a class="normal" href="CastleScriptArrays.TCasScriptArray.html">TCasScriptArray</a>)</code></p>
 
22
<h2 class="description">Description</h2>
 
23
<div class="nodescription">no description available, TCasScriptArray description follows</div><div class="nodescription">no description available, TCasScriptValue description follows</div><div class="nodescription">no description available, TCasScriptExpression description follows</div><a name="PasDoc-Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
 
24
<ul class="hierarchy"><li class="ancestor">TObject</li>
 
25
<li class="ancestor"><a class="normal" href="CastleScript.TCasScriptExpression.html">TCasScriptExpression</a></li>
 
26
<li class="ancestor"><a class="normal" href="CastleScript.TCasScriptValue.html">TCasScriptValue</a></li>
 
27
<li class="ancestor"><a class="normal" href="CastleScriptArrays.TCasScriptArray.html">TCasScriptArray</a></li>
 
28
<li class="thisitem">TCasScriptMatrix4fArray</li></ul><h2 class="overview">Overview</h2>
 
29
<a name="PasDoc-Methods"></a><h3 class="summary">Methods</h3>
 
30
<table class="summary wide_list">
 
31
<tr class="list">
 
32
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
33
<td class="itemcode"><code>constructor <b><a  href="CastleScriptArrays.TCasScriptMatrix4fArray.html#Create">Create</a></b>(const AWriteable: boolean; const AValue: <a  href="CastleVectors.TMatrix4SingleList.html">TMatrix4SingleList</a>);</code></td>
 
34
</tr>
 
35
<tr class="list2">
 
36
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
37
<td class="itemcode"><code>constructor <b><a  href="CastleScriptArrays.TCasScriptMatrix4fArray.html#Create">Create</a></b>(const AWriteable: boolean); override;</code></td>
 
38
</tr>
 
39
<tr class="list">
 
40
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
41
<td class="itemcode"><code>destructor <b><a  href="CastleScriptArrays.TCasScriptMatrix4fArray.html#Destroy">Destroy</a></b>; override;</code></td>
 
42
</tr>
 
43
<tr class="list2">
 
44
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
45
<td class="itemcode"><code>procedure <b><a  href="CastleScriptArrays.TCasScriptMatrix4fArray.html#AssignValue">AssignValue</a></b>(Source: <a  href="CastleScript.TCasScriptValue.html">TCasScriptValue</a>); override;</code></td>
 
46
</tr>
 
47
</table>
 
48
<a name="PasDoc-Properties"></a><h3 class="summary">Properties</h3>
 
49
<table class="summary wide_list">
 
50
<tr class="list">
 
51
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
52
<td class="itemcode"><code>property <b><a  href="CastleScriptArrays.TCasScriptMatrix4fArray.html#Value">Value</a></b>: <a  href="CastleVectors.TMatrix4SingleList.html">TMatrix4SingleList</a> read FValue write SetValue;</code></td>
 
53
</tr>
 
54
</table>
 
55
<h2 class="description">Description</h2>
 
56
<h3 class="detail">Methods</h3>
 
57
<table class="detail wide_list">
 
58
<tr class="list">
 
59
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
60
<td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>(const AWriteable: boolean; const AValue: <a  href="CastleVectors.TMatrix4SingleList.html">TMatrix4SingleList</a>);</code></td>
 
61
</tr>
 
62
<tr><td colspan="2">
 
63
&nbsp;</td></tr>
 
64
</table>
 
65
<table class="detail wide_list">
 
66
<tr class="list">
 
67
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
68
<td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>(const AWriteable: boolean); override;</code></td>
 
69
</tr>
 
70
<tr><td colspan="2">
 
71
&nbsp;</td></tr>
 
72
</table>
 
73
<table class="detail wide_list">
 
74
<tr class="list">
 
75
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
76
<td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
 
77
</tr>
 
78
<tr><td colspan="2">
 
79
&nbsp;</td></tr>
 
80
</table>
 
81
<table class="detail wide_list">
 
82
<tr class="list">
 
83
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
84
<td class="itemcode"><a name="AssignValue"></a><code>procedure <b>AssignValue</b>(Source: <a  href="CastleScript.TCasScriptValue.html">TCasScriptValue</a>); override;</code></td>
 
85
</tr>
 
86
<tr><td colspan="2">
 
87
&nbsp;</td></tr>
 
88
</table>
 
89
<h3 class="detail">Properties</h3>
 
90
<table class="detail wide_list">
 
91
<tr class="list">
 
92
<td class="visibility"><a  href="legend.html"><img  src="public.gif" alt="Public" title="Public"></a></td>
 
93
<td class="itemcode"><a name="Value"></a><code>property <b>Value</b>: <a  href="CastleVectors.TMatrix4SingleList.html">TMatrix4SingleList</a> read FValue write SetValue;</code></td>
 
94
</tr>
 
95
<tr><td colspan="2">
 
96
<p>
 
97
Array value. Assigning here makes a <i>copy</i> of the array.</p>
 
98
</td></tr>
 
99
</table>
 
100
<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:52</em>
 
101
</span>
 
102
</td></tr></table></body></html>