public interface min
Overload of the min intrinsic for a vec3
Module Procedures
Get the min value elementwise between a vec3 and a scalar
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(vector),
|
intent(in) |
|
|
:: |
this |
Input vector
|
real(kind=wp),
|
intent(in) |
|
|
:: |
val |
Input minimum value
|
Return Value
type(vector)
Get the min value in a vec3
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(vector),
|
intent(in) |
|
|
:: |
this |
Input vector
|
Return Value
real(kind=wp)