IGMBaseLib 1.0
Modules | Functions/Subroutines

src/core/math/igmcore_geometry.f90 File Reference

Go to the source code of this file.

Modules

module  igmcore_geometry
 

This module provides some subroutines to perform the calculations associated with geometry.


Functions/Subroutines

real(DP), public igmcore_geometry::triangle_area (p1, p2, p3)
 三角形(各頂点を P1, P2, P3 とする)の面積を求める.
real(DP), dimension(3), public igmcore_geometry::tri_grav_center (p1, p2, p3)
 三角形(各頂点を P1, P2, P3 とする)の重心の座標を求める.
real(DP), dimension(3), public igmcore_geometry::polygon_grav_center (pt_size, points)
 多角形の重心を求める.
 All Classes Namespaces Files Functions Variables