Main Page   Modules   Compound List   File List   Compound Members   File Members  

Vector Product of Fixed Size Vectors
[Fixed Size Vectors]


Functions

Gan_Vector3 gan_vec3_cross_s (Gan_Vector3 *p, Gan_Vector3 *q)
 Return the vector product of two 3-vectors.

Gan_Vector3gan_vec3_cross_q (Gan_Vector3 *p, Gan_Vector3 *q, Gan_Vector3 *r)
 Macro: Compute vector product of 3-vectors.

Gan_Vector3_f gan_vec3f_cross_s (Gan_Vector3_f *p, Gan_Vector3_f *q)
 Return the vector product of two 3-vectors.

Gan_Vector3_fgan_vec3f_cross_q (Gan_Vector3_f *p, Gan_Vector3_f *q, Gan_Vector3_f *r)
 Macro: Compute vector product of 3-vectors.


Function Documentation

Gan_Vector3* gan_vec3_cross_q Gan_Vector3   p,
Gan_Vector3   q,
Gan_Vector3   r
 

Macro: Compute vector product of 3-vectors.

Compute vector product of 3-vectors p, q, write the result into 3-vector .

Returns:
Pointer to result 3-vector r.

Gan_Vector3 gan_vec3_cross_s Gan_Vector3   p,
Gan_Vector3   q
 

Return the vector product of two 3-vectors.

Return the vector product of 3-vectors p, q.

Gan_Vector3_f* gan_vec3f_cross_q Gan_Vector3_f   p,
Gan_Vector3_f   q,
Gan_Vector3_f   r
 

Macro: Compute vector product of 3-vectors.

Compute vector product of 3-vectors p, q, write the result into 3-vector .

Returns:
Pointer to result 3-vector r.

Gan_Vector3_f gan_vec3f_cross_s Gan_Vector3_f   p,
Gan_Vector3_f   q
 

Return the vector product of two 3-vectors.

Return the vector product of 3-vectors p, q.


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