plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
contactRectangle
Function
MIT
33 statements
Source File
GeometryClass.f90
GeometryClass
contactRectangle
Contents
public function contactRectangle(obj, Rectangle, threshold) result(contact)
Type Bound
Rectangle_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Rectangle_
),
intent(in)
::
obj
class(
Rectangle_
),
intent(in)
::
Rectangle
integer(kind=int32),
intent(in),
optional
::
threshold
Return Value
logical