get_Xt Function

private pure function get_Xt(this) result(Xt)

Type Bound

nurbs_curve

Arguments

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

Return Value real(kind=rk), allocatable, (:)


Called by

proc~~get_xt~~CalledByGraph proc~get_xt nurbs_curve%get_Xt program~test_nurbs_curve test_nurbs_curve program~test_nurbs_curve->proc~get_xt