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

Scalar Product of Fixed Size Vectors
[Fixed Size Vectors]


Functions

double gan_vec2_dot_s (const Gan_Vector2 *p, const Gan_Vector2 *q)
 Dot product of fixed size vectors.
double gan_vec2_dot_q (const Gan_Vector2 *p, const Gan_Vector2 *q)
 Macro: Dot product of fixed size vectors.
float gan_vec2f_dot_s (const Gan_Vector2_f *p, const Gan_Vector2_f *q)
 Dot product of fixed size vectors.
float gan_vec2f_dot_q (const Gan_Vector2_f *p, const Gan_Vector2_f *q)
 Macro: Dot product of fixed size vectors.
double gan_vec3_dot_s (const Gan_Vector3 *p, const Gan_Vector3 *q)
 Dot product of fixed size vectors.
double gan_vec3_dot_q (const Gan_Vector3 *p, const Gan_Vector3 *q)
 Macro: Dot product of 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_dot_q (const Gan_Vector3_f *p, const Gan_Vector3_f *q)
 Macro: Dot product of fixed size vectors.
double gan_vec4_dot_s (const Gan_Vector4 *p, const Gan_Vector4 *q)
 Dot product of fixed size vectors.
double gan_vec4_dot_q (const Gan_Vector4 *p, const Gan_Vector4 *q)
 Macro: Dot product of fixed size vectors.
float gan_vec4f_dot_s (const Gan_Vector4_f *p, const Gan_Vector4_f *q)
 Dot product of fixed size vectors.
float gan_vec4f_dot_q (const Gan_Vector4_f *p, const Gan_Vector4_f *q)
 Macro: Dot product of fixed size vectors.

Function Documentation

double gan_vec2_dot_q const Gan_Vector2 p,
const Gan_Vector2 q
 

Macro: Dot product of fixed size vectors.

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

double gan_vec2_dot_s const Gan_Vector2 p,
const 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 const Gan_Vector2_f p,
const Gan_Vector2_f q
 

Macro: Dot product of fixed size vectors.

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

float gan_vec2f_dot_s const Gan_Vector2_f p,
const 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 const Gan_Vector3 p,
const Gan_Vector3 q
 

Macro: Dot product of fixed size vectors.

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

double gan_vec3_dot_s const Gan_Vector3 p,
const 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 const Gan_Vector3_f p,
const Gan_Vector3_f q
 

Macro: Dot product of fixed size vectors.

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

float gan_vec3f_dot_s const Gan_Vector3_f p,
const 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 const Gan_Vector4 p,
const Gan_Vector4 q
 

Macro: Dot product of fixed size vectors.

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

double gan_vec4_dot_s const Gan_Vector4 p,
const 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 const Gan_Vector4_f p,
const Gan_Vector4_f q
 

Macro: Dot product of fixed size vectors.

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

float gan_vec4f_dot_s const Gan_Vector4_f p,
const 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 Fri Mar 17 12:44:54 2006 by  doxygen 1.3.9.1