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>HermiteFloatKey</title> 7 <link rel="stylesheet" href="../css/mainpage.css" type="text/css" /> 8 </head> 9 <body> 10 <h1><HermiteFloatKey></h1> 11 <h2>Description</h2> 12 <p> 13 Key tag used for Hermite segments where Hermite interpolation is performed on values between keys. 14 </p> 15 <h2>Attributes</h2> 16 <table class="arguments"> 17<thead><tr><td>Type</td><td>Attributes</td><td>Description</td></tr></thead><tr><td /><th>Frame</th><td> 18 The key time. 19 </td></tr><tr><td /><th>InSlope</th><td> 20 The in-slope. 21 </td></tr><tr><td /><th>OutSlope</th><td> 22 The out-slope. 23 </td></tr><tr><td /><th>Value</th><td> 24 The key value. 25 </td></tr></table> 26 27<h2>Example Output</h2> 28 29<table> 30<tr> 31<td><pre> 32<TransformAnimation><br> 33 <RotateVector3Animation><br> 34 <XSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="71"><br> 35 <Segments><br> 36 <HermiteFloatSegment><br> 37 <Keys><br> 38 <strong><HermiteFloatKey Frame="0" Value="0.022888" InSlope="-0.00439651" OutSlope="-0.00439651" /></strong><br> 39 <strong><HermiteFloatKey Frame="24" Value="-0.0685682" InSlope="0.00121503" OutSlope="0.00121503" /></strong><br> 40 <strong><HermiteFloatKey Frame="61" Value="0.0670659" InSlope="-0.00177166" OutSlope="-0.00177166" /></strong><br> 41 <strong><HermiteFloatKey Frame="71" Value="0.0283407" InSlope="-0.00527309" OutSlope="-0.00527309" /></strong><br> 42 </Keys><br> 43 </HermiteFloatSegment><br> 44 </Segments><br> 45 </XSegmentsFloatCurve><br> 46 <YSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="0"><br> 47 <Segments><br> 48 <LinearFloatSegment><br> 49 <Keys><br> 50 <LinearFloatKey Frame="0" Value="-0.15708" /><br> 51 </Keys><br> 52 </LinearFloatSegment><br> 53 </Segments><br> 54 </YSegmentsFloatCurve><br> 55 <ZSegmentsFloatCurve PreRepeatMethod="None" PostRepeatMethod="None" StartFrame="0" EndFrame="71"><br> 56 <Segments><br> 57 <HermiteFloatSegment><br> 58 <Keys><br> 59 <strong><HermiteFloatKey Frame="0" Value="-3.15304" InSlope="0.000278567" OutSlope="0.000278567" /></strong><br> 60 <strong><HermiteFloatKey Frame="24" Value="-3.10731" InSlope="-0.000607467" OutSlope="-0.000607467" /></strong><br> 61 <strong><HermiteFloatKey Frame="62" Value="-3.1741" InSlope="0.00114622" OutSlope="0.00114622" /></strong><br> 62 <strong><HermiteFloatKey Frame="71" Value="-3.15576" InSlope="0.00263653" OutSlope="0.00263653" /></strong><br> 63 </Keys><br> 64 </HermiteFloatSegment><br> 65 </Segments><br> 66 </ZSegmentsFloatCurve><br> 67 </RotateVector3Animation><br> 68</TransformAnimation><br> 69</pre></td> 70</tr></table> 71 72 <hr><p>CONFIDENTIAL</p></body> 73</html>