1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3	<head>
4		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5		<meta http-equiv="Content-Style-Type" content="text/css" />
6		<title>FloatAnimation</title>
7		<link rel="stylesheet" href="../css/mainpage.css" type="text/css" />
8	</head>
9	<body>
10		<h1>&lt;FloatAnimation&gt;</h1>
11		<h2>Description</h2>
12		<p>
13            Tag representing the notation of an individual floating point animation.
14
15            </p>
16
17<h2>Example Output</h2>
18
19<table>
20<tr>
21<td><pre>
22&lt;Animations&gt;<br>
23    &lt;CameraAnimationData Name=&quot;aimCamera_persp&quot; FrameSize=&quot;47&quot; LoopMode=&quot;OneTime&quot; IsAdditiveAnimation=&quot;false&quot; ViewMode=&quot;AimTarget&quot; ProjectionMode=&quot;Perspective&quot;&gt;<br>
24        &lt;MemberAnimationDataSet&gt;<br>
25            &lt;MemberAnimationData&gt;<br>
26                &lt;Path&gt;ViewUpdater.Twist&lt;/Path&gt;<br>
27                <strong>&lt;FloatAnimation&gt;</strong><br>
28                    &lt;SegmentsFloatCurve PreRepeatMethod=&quot;None&quot; PostRepeatMethod=&quot;None&quot; StartFrame=&quot;0&quot; EndFrame=&quot;47&quot;&gt;<br>
29                        &lt;Segments&gt;<br>
30                            &lt;HermiteFloatSegment&gt;<br>
31                                &lt;Keys&gt;<br>
32                                    &lt;HermiteFloatKey Frame=&quot;0&quot; Value=&quot;-2.98023E-08&quot; InSlope=&quot;0.0668424&quot; OutSlope=&quot;0.0668424&quot; /&gt;<br>
33                                    &lt;HermiteFloatKey Frame=&quot;47&quot; Value=&quot;3.14159&quot; InSlope=&quot;0.0668421&quot; OutSlope=&quot;0.0668421&quot; /&gt;<br>
34                                &lt;/Keys&gt;<br>
35                            &lt;/HermiteFloatSegment&gt;<br>
36                        &lt;/Segments&gt;<br>
37                    &lt;/SegmentsFloatCurve&gt;<br>
38                <strong>&lt;/FloatAnimation&gt;</strong><br>
39            &lt;/MemberAnimationData&gt;<br>
40        &lt;/MemberAnimationDataSet&gt;<br>
41    &lt;/CameraAnimationData&gt;<br>
42&lt;/Animations&gt;<br>
43</pre></td>
44</tr></table>
45
46	<hr><p>CONFIDENTIAL</p></body>
47</html>