ClipPloy Subroutine

public subroutine ClipPloy(obj, plane_normal, plane_point, ObjectsLinkedList)

Arguments

Type IntentOptional Attributes Name
type(Object_type), intent(in) :: obj
real(kind=rp), intent(in) :: plane_normal(:)
real(kind=rp), intent(in) :: plane_point(:)
type(ObjectLinkedList), intent(inout) :: ObjectsLinkedList