SABER
tools_stripack::left Interface Reference

Public Member Functions

subroutine stripack_left (x1, y1, z1, x2, y2, z2, x0, y0, z0, output)
 Determine whether a node is to the left of a plane through the origin. More...
 

Detailed Description

Definition at line 71 of file tools_stripack.F90.

Member Function/Subroutine Documentation

◆ stripack_left()

subroutine tools_stripack::left::stripack_left ( real(kind_real), intent(in)  x1,
real(kind_real), intent(in)  y1,
real(kind_real), intent(in)  z1,
real(kind_real), intent(in)  x2,
real(kind_real), intent(in)  y2,
real(kind_real), intent(in)  z2,
real(kind_real), intent(in)  x0,
real(kind_real), intent(in)  y0,
real(kind_real), intent(in)  z0,
logical, intent(out)  output 
)

Determine whether a node is to the left of a plane through the origin.

Parameters
[in]x1X-coordinate, term 1
[in]y1Y-coordinate, term 1
[in]z1Z-coordinate, term 1
[in]x2X-coordinate, term 2
[in]y2Y-coordinate, term 2
[in]z2Z-coordinate, term 2
[in]x0X-coordinate, term 0
[in]y0Y-coordinate, term 0
[in]z0Z-coordinate, term 0
[out]outputTRUE if and only if N0 is in the closed left hemisphere.

Definition at line 677 of file tools_stripack.F90.


The documentation for this interface was generated from the following file: