Main Page   Modules   Compound List   File List   Compound Members   File Members  

Add Fixed Size Vectors
[Fixed Size Vectors]


Functions

Gan_Vector2 gan_vec2_add_s (Gan_Vector2 *x, Gan_Vector2 *y)
 Add two fixed size vectors.

Gan_Vector2gan_vec2_add_q (Gan_Vector2 *p, Gan_Vector2 *q, Gan_Vector2 *r)
 Macro: Add two fixed size vectors.

Gan_Vector2gan_vec2_add_i1 (Gan_Vector2 *p, Gan_Vector2 *q)
 Macro: Add two fixed size vectors.

Gan_Vector2gan_vec2_add_i2 (Gan_Vector2 *p, Gan_Vector2 *q)
 Macro: Add two fixed size vectors.

Gan_Vector2gan_vec2_increment (Gan_Vector2 *p, Gan_Vector2 *q)
 Macro: Increment a fixed size vector by another.

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

Gan_Vector2_fgan_vec2f_add_q (Gan_Vector2_f *p, Gan_Vector2_f *q, Gan_Vector2_f *r)
 Macro: Add two fixed size vectors.

Gan_Vector2_fgan_vec2f_add_i1 (Gan_Vector2_f *p, Gan_Vector2_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector2_fgan_vec2f_add_i2 (Gan_Vector2_f *p, Gan_Vector2_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector2_fgan_vec2f_increment (Gan_Vector2_f *p, Gan_Vector2_f *q)
 Macro: Increment a fixed size vector by another.

Gan_Vector3 gan_vec3_add_s (Gan_Vector3 *x, Gan_Vector3 *y)
 Add two fixed size vectors.

Gan_Vector3gan_vec3_add_q (Gan_Vector3 *p, Gan_Vector3 *q, Gan_Vector3 *r)
 Macro: Add two fixed size vectors.

Gan_Vector3gan_vec3_add_i1 (Gan_Vector3 *p, Gan_Vector3 *q)
 Macro: Add two fixed size vectors.

Gan_Vector3gan_vec3_add_i2 (Gan_Vector3 *p, Gan_Vector3 *q)
 Macro: Add two fixed size vectors.

Gan_Vector3gan_vec3_increment (Gan_Vector3 *p, Gan_Vector3 *q)
 Macro: Increment a fixed size vector by another.

Gan_Vector3_f gan_vec3f_add_s (Gan_Vector3_f *x, Gan_Vector3_f *y)
 Add two fixed size vectors.

Gan_Vector3_fgan_vec3f_add_q (Gan_Vector3_f *p, Gan_Vector3_f *q, Gan_Vector3_f *r)
 Macro: Add two fixed size vectors.

Gan_Vector3_fgan_vec3f_add_i1 (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector3_fgan_vec3f_add_i2 (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector3_fgan_vec3f_increment (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Macro: Increment a fixed size vector by another.

Gan_Vector4 gan_vec4_add_s (Gan_Vector4 *x, Gan_Vector4 *y)
 Add two fixed size vectors.

Gan_Vector4gan_vec4_add_q (Gan_Vector4 *p, Gan_Vector4 *q, Gan_Vector4 *r)
 Macro: Add two fixed size vectors.

Gan_Vector4gan_vec4_add_i1 (Gan_Vector4 *p, Gan_Vector4 *q)
 Macro: Add two fixed size vectors.

Gan_Vector4gan_vec4_add_i2 (Gan_Vector4 *p, Gan_Vector4 *q)
 Macro: Add two fixed size vectors.

Gan_Vector4gan_vec4_increment (Gan_Vector4 *p, Gan_Vector4 *q)
 Macro: Increment a fixed size vector by another.

Gan_Vector4_f gan_vec4f_add_s (Gan_Vector4_f *x, Gan_Vector4_f *y)
 Add two fixed size vectors.

Gan_Vector4_fgan_vec4f_add_q (Gan_Vector4_f *p, Gan_Vector4_f *q, Gan_Vector4_f *r)
 Macro: Add two fixed size vectors.

Gan_Vector4_fgan_vec4f_add_i1 (Gan_Vector4_f *p, Gan_Vector4_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector4_fgan_vec4f_add_i2 (Gan_Vector4_f *p, Gan_Vector4_f *q)
 Macro: Add two fixed size vectors.

Gan_Vector4_fgan_vec4f_increment (Gan_Vector4_f *p, Gan_Vector4_f *q)
 Macro: Increment a fixed size vector by another.


Function Documentation

Gan_Vector2* gan_vec2_add_i1 Gan_Vector2   p,
Gan_Vector2   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector2* gan_vec2_add_i2 Gan_Vector2   p,
Gan_Vector2   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector2* gan_vec2_add_q Gan_Vector2   p,
Gan_Vector2   q,
Gan_Vector2   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector2 gan_vec2_add_s Gan_Vector2   x,
Gan_Vector2   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector2* gan_vec2_increment Gan_Vector2   p,
Gan_Vector2   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector2_f* gan_vec2f_add_i1 Gan_Vector2_f   p,
Gan_Vector2_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector2_f* gan_vec2f_add_i2 Gan_Vector2_f   p,
Gan_Vector2_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector2_f* gan_vec2f_add_q Gan_Vector2_f   p,
Gan_Vector2_f   q,
Gan_Vector2_f   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector2_f gan_vec2f_add_s Gan_Vector2_f   x,
Gan_Vector2_f   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector2_f* gan_vec2f_increment Gan_Vector2_f   p,
Gan_Vector2_f   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector3* gan_vec3_add_i1 Gan_Vector3   p,
Gan_Vector3   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector3* gan_vec3_add_i2 Gan_Vector3   p,
Gan_Vector3   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector3* gan_vec3_add_q Gan_Vector3   p,
Gan_Vector3   q,
Gan_Vector3   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector3 gan_vec3_add_s Gan_Vector3   x,
Gan_Vector3   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector3* gan_vec3_increment Gan_Vector3   p,
Gan_Vector3   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector3_f* gan_vec3f_add_i1 Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector3_f* gan_vec3f_add_i2 Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector3_f* gan_vec3f_add_q Gan_Vector3_f   p,
Gan_Vector3_f   q,
Gan_Vector3_f   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector3_f gan_vec3f_add_s Gan_Vector3_f   x,
Gan_Vector3_f   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector3_f* gan_vec3f_increment Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector4* gan_vec4_add_i1 Gan_Vector4   p,
Gan_Vector4   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector4* gan_vec4_add_i2 Gan_Vector4   p,
Gan_Vector4   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector4* gan_vec4_add_q Gan_Vector4   p,
Gan_Vector4   q,
Gan_Vector4   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector4 gan_vec4_add_s Gan_Vector4   x,
Gan_Vector4   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector4* gan_vec4_increment Gan_Vector4   p,
Gan_Vector4   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector4_f* gan_vec4f_add_i1 Gan_Vector4_f   p,
Gan_Vector4_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite p with the result: .

Returns:
Pointer to result vector p.

Gan_Vector4_f* gan_vec4f_add_i2 Gan_Vector4_f   p,
Gan_Vector4_f   q
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and overwrite q with the result: .

Returns:
Pointer to result vector q.

Gan_Vector4_f* gan_vec4f_add_q Gan_Vector4_f   p,
Gan_Vector4_f   q,
Gan_Vector4_f   r
 

Macro: Add two fixed size vectors.

Add two fixed vectors p, q and write result into .

Returns:
Pointer to result vector r.

Gan_Vector4_f gan_vec4f_add_s Gan_Vector4_f   x,
Gan_Vector4_f   y
 

Add two fixed size vectors.

Add two fixed size vectors p, q and return the result as a new fixed size vector .

Gan_Vector4_f* gan_vec4f_increment Gan_Vector4_f   p,
Gan_Vector4_f   q
 

Macro: Increment a fixed size vector by another.

Increment fixed size vector p by fixed size vector q, overwriting p with the result: .

Returns:
Pointer to result vector p.


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