Interface to cylinder SDF initialising function
Initalising function for Cylinder SDF.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(vector), | intent(in) | :: | a |
Vector position at centre of the bottom circle |
||
type(vector), | intent(in) | :: | b |
Vector position at centre of the top circle |
||
real(kind=wp), | intent(in) | :: | radius |
Radius of cylinder |
||
type(opticalProp_t), | intent(in) | :: | optProp |
Optical properties of the SDF |
||
integer, | intent(in) | :: | layer |
ID number of sdf |
||
real(kind=wp), | intent(in), | optional | :: | transform(4,4) |
Optional transform to apply to SDF |