get_knoti Function

private pure function get_knoti(this, i) result(knot)

Type Bound

nurbs_curve

Arguments

Type IntentOptional Attributes Name
class(nurbs_curve), intent(in) :: this
integer, intent(in) :: i

Return Value real(kind=rk)


Called by

proc~~get_knoti~~CalledByGraph proc~get_knoti nurbs_curve%get_knoti none~get_knot nurbs_curve%get_knot none~get_knot->proc~get_knoti proc~modify_wc nurbs_curve%modify_Wc proc~modify_wc->none~get_knot proc~modify_xc nurbs_curve%modify_Xc proc~modify_xc->none~get_knot program~example1_curve example1_curve program~example1_curve->none~get_knot program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->none~get_knot program~test_nurbs_curve->proc~modify_wc program~test_nurbs_curve->proc~modify_xc