Main Page | Modules | Class List | File List | Class Members | File Members

3vectorf.c File Reference

#include <math.h>
#include <gandalf/linalg/2vectorf.h>
#include <gandalf/linalg/3vectorf.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_vec3f_print (const Gan_Vector3_f *p, const char *prefix, int indent, const char *fmt)
 Print fixed size vector to standard output.
Gan_Bool gan_vec3f_fwrite (FILE *fp, const Gan_Vector3_f *p, gan_uint32 magic_number)
 Write fixed size vector to file stream.
Gan_Bool gan_vec3f_fread (FILE *fp, Gan_Vector3_f *p, gan_uint32 *magic_number)
 Read fixed size vector from file stream.
Gan_Vector3_f gan_vec3f_zero_s (void)
 Set fixed size vector to zero.
Gan_Vector3_f gan_vec3f_copy_s (const Gan_Vector3_f *x)
 Return a copy of fixed size vector.
Gan_Vector3_f gan_vec3f_scale_s (const Gan_Vector3_f *x, const float a)
 Scale fixed size vector.
Gan_Vector3_f gan_vec3f_divide_s (const Gan_Vector3_f *x, const float a)
 Divide fixed size vector by scalar.
Gan_Vector3_f gan_vec3f_negate_s (const Gan_Vector3_f *x)
 Negate fixed size vector.
Gan_Vector3_fgan_vec3f_unit_q (Gan_Vector3_f *x, Gan_Vector3_f *y)
 Scale matrix to unit norm.
Gan_Vector3_f gan_vec3f_unit_s (const Gan_Vector3_f *x)
 Scale matrix to unit norm.
Gan_Vector3_f gan_vec3f_add_s (const Gan_Vector3_f *x, const Gan_Vector3_f *y)
 Add two fixed size vectors.
Gan_Vector3_f gan_vec3f_sub_s (const Gan_Vector3_f *x, const Gan_Vector3_f *y)
 Subtract two fixed size vectors.
float gan_vec3f_dot_s (const Gan_Vector3_f *p, const Gan_Vector3_f *q)
 Dot product of fixed size vectors.
float gan_vec3f_sqrlen_s (const Gan_Vector3_f *p)
 Returns sum of squares of vector elements.
Gan_Vector3_f gan_vec3f_from_vecf_s (const Gan_Vector_f *x)
 Convert generic rectangular vector to fixed size vector structure.
Gan_Bool gan_vec3f_fprint (FILE *fp, const Gan_Vector3_f *p, const char *prefix, int indent, const char *fmt)
 Print 3-vector to file.
Gan_Bool gan_vec3f_fscanf (FILE *fp, Gan_Vector3_f *p, char *prefix, int prefix_len)
 Read 3-vector from file.
Gan_Vector3_f gan_vec3f_fill_s (float X, float Y, float Z)
 Return 3-vector filled with values.
Gan_Vector3_f gan_vec3f_cross_s (const Gan_Vector3_f *p, const Gan_Vector3_f *q)
 Return the vector product of two 3-vectors.
Gan_Vector2_f gan_vec3f_get_v2t_s (const Gan_Vector3_f *p)
 Extract top 2-vector part of 3-vector.
Gan_Vector3_f gan_vec3f_set_parts_s (const Gan_Vector2_f *q, float s)
 Build 3-vector from 2-vector and scalar.
Gan_Vector3_fgan_vec3f_from_vecf_q (const Gan_Vector_f *x, Gan_Vector3_f *a)
 Convert generic vector to 3-vector structure.

Detailed Description

Module: Size 3 vectors (single precision)

Part of: Gandalf Library

Version:
1.15
Date:
2004/03/18 18:26:16
Author:
pm
Copyright: (c) 2000 Imagineer Software Limited
Generated on Fri Mar 17 12:44:49 2006 by  doxygen 1.3.9.1