Functions | |
Gan_Vector3 | gan_vec3_cross_s (const Gan_Vector3 *p, const Gan_Vector3 *q) |
Return the vector product of two 3-vectors. | |
Gan_Vector3 * | gan_vec3_cross_q (const Gan_Vector3 *p, const Gan_Vector3 *q, Gan_Vector3 *r) |
Macro: Compute vector product of 3-vectors. | |
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_Vector3_f * | gan_vec3f_cross_q (const Gan_Vector3_f *p, const Gan_Vector3_f *q, Gan_Vector3_f *r) |
Macro: Compute vector product of 3-vectors. |
|
Macro: Compute vector product of 3-vectors. Compute vector product of 3-vectors p, q, write the result into 3-vector .
|
|
Return the vector product of two 3-vectors. Return the vector product of 3-vectors p, q. |
|
Macro: Compute vector product of 3-vectors. Compute vector product of 3-vectors p, q, write the result into 3-vector .
|
|
Return the vector product of two 3-vectors. Return the vector product of 3-vectors p, q. |