Main Page   Modules   Compound List   File List   Compound Members   File Members  

Scalar Product of Fixed Size Vectors
[Fixed Size Vectors]


Functions

double gan_vec2_dot_s (Gan_Vector2 *p, Gan_Vector2 *q)
 Dot product of fixed size vectors.

double gan_vec2_dot_q (Gan_Vector2 *p, Gan_Vector2 *q)
 Macro: Dot product of 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_dot_q (Gan_Vector2_f *p, Gan_Vector2_f *q)
 Macro: Dot product of fixed size vectors.

double gan_vec3_dot_s (Gan_Vector3 *p, Gan_Vector3 *q)
 Dot product of fixed size vectors.

double gan_vec3_dot_q (Gan_Vector3 *p, Gan_Vector3 *q)
 Macro: Dot product of fixed size vectors.

float gan_vec3f_dot_s (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Dot product of fixed size vectors.

float gan_vec3f_dot_q (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Macro: Dot product of fixed size vectors.

double gan_vec4_dot_s (Gan_Vector4 *p, Gan_Vector4 *q)
 Dot product of fixed size vectors.

double gan_vec4_dot_q (Gan_Vector4 *p, Gan_Vector4 *q)
 Macro: Dot product of fixed size vectors.

float gan_vec4f_dot_s (Gan_Vector4_f *p, Gan_Vector4_f *q)
 Dot product of fixed size vectors.

float gan_vec4f_dot_q (Gan_Vector4_f *p, Gan_Vector4_f *q)
 Macro: Dot product of fixed size vectors.


Function Documentation

double gan_vec2_dot_q Gan_Vector2   p,
Gan_Vector2   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

double gan_vec2_dot_s Gan_Vector2   p,
Gan_Vector2   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec2_dot_q().

float gan_vec2f_dot_q Gan_Vector2_f   p,
Gan_Vector2_f   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

float gan_vec2f_dot_s Gan_Vector2_f   p,
Gan_Vector2_f   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec2f_dot_q().

double gan_vec3_dot_q Gan_Vector3   p,
Gan_Vector3   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

double gan_vec3_dot_s Gan_Vector3   p,
Gan_Vector3   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec3_dot_q().

float gan_vec3f_dot_q Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

float gan_vec3f_dot_s Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec3f_dot_q().

double gan_vec4_dot_q Gan_Vector4   p,
Gan_Vector4   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

double gan_vec4_dot_s Gan_Vector4   p,
Gan_Vector4   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec4_dot_q().

float gan_vec4f_dot_q Gan_Vector4_f   p,
Gan_Vector4_f   q
 

Macro: Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q.

float gan_vec4f_dot_s Gan_Vector4_f   p,
Gan_Vector4_f   q
 

Dot product of fixed size vectors.

Returns the scalar product of the two fixed size vectors p and q. Implemented as a function.

See also:
gan_vec4f_dot_q().


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