Geometric tools relative to points More...
Functions/Subroutines | |
pure double precision function, dimension(3) | mod_cg3_points::cg3_cross_product (p1, p2) |
Compute the cross product of two points. | |
pure double precision function, dimension(3) mod_cg3_points::cg3_cross_product | ( | double precision, dimension(3), intent(in) | p1, |
double precision, dimension(3), intent(in) | p2 ) |
[in] | p1,p2 | coordinates of two points of the space |