Main Page   Modules   Compound List   File List   Compound Members   File Members  

2vectorf.c File Reference

#include <math.h>
#include <gandalf/linalg/2vectorf.h>
#include <gandalf/common/misc_defs.h>
#include <gandalf/common/misc_error.h>
#include <string.h>
#include <gandalf/common/endian_io.h>

Functions

Gan_Bool gan_vec2f_print (Gan_Vector2_f *p, const char *prefix, int indent, const char *fmt)
 Print fixed size vector to standard output.

Gan_Bool gan_vec2f_fwrite (FILE *fp, Gan_Vector2_f *p, gan_ui32 magic_number)
 Write fixed size vector to file stream.

Gan_Bool gan_vec2f_fread (FILE *fp, Gan_Vector2_f *p, gan_ui32 *magic_number)
 Read fixed size vector from file stream.

Gan_Vector2_f gan_vec2f_zero_s (void)
 Set fixed size vector to zero.

Gan_Vector2_f gan_vec2f_copy_s (Gan_Vector2_f *x)
 Return a copy of fixed size vector.

Gan_Vector2_f gan_vec2f_scale_s (Gan_Vector2_f *x, float a)
 Scale fixed size vector.

Gan_Vector2_f gan_vec2f_divide_s (Gan_Vector2_f *x, float a)
 Divide fixed size vector by scalar.

Gan_Vector2_f gan_vec2f_negate_s (Gan_Vector2_f *x)
 Negate fixed size vector.

Gan_Vector2_fgan_vec2f_unit_q (Gan_Vector2_f *x, Gan_Vector2_f *y)
 Scale matrix to unit norm.

Gan_Vector2_f gan_vec2f_unit_s (Gan_Vector2_f *x)
 Scale matrix to unit norm.

Gan_Vector2_f gan_vec2f_add_s (Gan_Vector2_f *x, Gan_Vector2_f *y)
 Add two fixed size vectors.

Gan_Vector2_f gan_vec2f_sub_s (Gan_Vector2_f *x, Gan_Vector2_f *y)
 Subtract two fixed size vectors.

float gan_vec2f_dot_s (Gan_Vector2_f *p, Gan_Vector2_f *q)
 Dot product of fixed size vectors.

float gan_vec2f_sqrlen_s (Gan_Vector2_f *p)
 Returns sum of squares of vector elements.

Gan_Vector2_f gan_vec2f_from_vecf_s (Gan_Vector_f *x)
 Macro: Convert generic vector to fixed size vector.

Gan_Bool gan_vec2f_fprint (FILE *fp, Gan_Vector2_f *p, const char *prefix, int indent, const char *fmt)
 Print 2-vector to file.

Gan_Bool gan_vec2f_fscanf (FILE *fp, Gan_Vector2_f *p, char *prefix, int prefix_len)
 Read 2-vector from file.

Gan_Vector2_f gan_vec2f_fill_s (float X, float Y)
 Return 2-vector filled with values.

Gan_Vector2_fgan_vec2f_from_vecf_q (Gan_Vector_f *x, Gan_Vector2_f *a)
 Convert generic vector to 2-vector structure.


Detailed Description

Module: Size 2 vectors (single precision)

Part of: Gandalf Library

Revision: Last edited: Author:

Copyright: (c) 2000 Imagineer Software Limited


Generated on Mon Oct 13 16:14:34 2003 by doxygen1.3-rc1