plane Interface

public interface plane

Interface to plane SDF initialising function


Module Procedures

private function plane_init(a, optProp, layer, transform) result(out)

Initalising function for plane SDF.

Arguments

Type IntentOptional Attributes Name
type(vector), intent(in) :: a

Plane normal. must be normalised

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

Return Value type(plane)