0.6.0
Loading...
Searching...
No Matches
points.f90 File Reference

Modules

module  mod_cg3_points
 

Functions/Subroutines

pure double precision function, dimension(3) mod_cg3_points::cg3_cross_product (p1, p2)
 Compute the cross product of two points.
 
pure subroutine mod_cg3_points::cg3_direction_to_spherical_angles (direction, angles)
 Compute the spherical angles from a direction in Cartesian coordinates.
 
pure subroutine mod_cg3_points::cg3_spherical_angles_to_direction (angles, direction)
 Compute the direction in Cartesian coordinates from spherical angles.