1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>VEC_Set</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">VEC_Set <img src="../../image/NTR.gif"align="middle"><img src="../../image/TWL.gif" align="middle"></H1>
15<H2>Syntax</H2>
16
17<dl>
18  <dd>
19<PRE><CODE>#include &lt;nitro/fx/fx_vec.h&gt;
20
21void VEC_Set(
22    VecFx32 * a,
23    fx32 x, fx32 y, fx32 z
24);</CODE></PRE>
25  </dd>
26</dl><h2>Arguments</h2>
27
28<table border="1" width="100%">
29
30
31
32    <TR>
33      <TD width="176"><em><strong><font face="Courier New">a</font></strong></em></TD>
34      <TD width="670">Pointer to the vector structure.</TD>
35    </TR>
36    <TR>
37      <TD><em><strong><font face="Courier New">x</font></strong></em></TD>
38      <TD>X component.</TD>
39    </TR>
40    <TR>
41      <TD><em><strong><font face="Courier New">y</font></strong></em></TD>
42      <TD>Y component.</TD>
43    </TR>
44    <TR>
45      <TD><em><strong><font face="Courier New">z</font></strong></em></TD>
46      <TD>None.</TD>
47    </TR>
48  </table>
49<h2>Return Values</h2>
50<p>None.</p>
51<H2>Description</H2>
52<P>Sets values to a type <code><a href="VecFx32.html">VecFx32</a></code> vector.</P>
53
54<h2>See Also</h2>
55<P><CODE><A href="VecFx32.html">VecFx32</A></CODE></P>
56<H2>Revision History</H2>
57<P>2004/06/09 Initial version.</P>
58<hr><p>CONFIDENTIAL</p></body>
59</html>
60