VEC_Set

Syntax

#include <nitro/fx/fx_vec.h>

void VEC_Set(
    VecFx32 * a,
    fx32 x, fx32 y, fx32 z
);

Arguments

a Pointer to the vector structure.
x X component.
y Y component.
z None.

Return Values

None.

Description

Sets values to a type VecFx32 vector.

See Also

VecFx32

Revision History

2004/06/09 Initial version.


CONFIDENTIAL