HORSES3D
Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
OBB_isPointInside
Function
18 statements
Source File
OrientedBoundingBox.f90
OrientedBoundingBox
OBB_isPointInside
Contents
public function OBB_isPointInside(this, coords, coeff) result(isInsideOBB)
Type Bound
OBB_type
Arguments
Type
Intent
Optional
Attributes
Name
class(
OBB_type
),
intent(inout)
::
this
real(kind=rp),
intent(in),
dimension(:)
::
coords
real(kind=rp),
intent(in),
optional
::
coeff
Return Value
logical