Uses of Class
h.ST_pointf
-
Packages that use ST_pointf Package Description gen.lib.common gen.lib.dotgen gen.lib.pathplan h net.sourceforge.plantuml.sdot smetana.core -
-
Uses of ST_pointf in gen.lib.common
Methods in gen.lib.common that return ST_pointf Modifier and Type Method Description static ST_pointfutils__c. Bezier(CArray<ST_pointf> V, int degree, double t, CArray<ST_pointf> Left, CArray<ST_pointf> Right)static ST_pointfgeom__c. ccwrotatepf(ST_pointf p, int ccwrot)static ST_pointfpostproc__c. centerPt(CArray<ST_xlabel_t> xlp)static ST_pointfgeom__c. cwrotatepf(ST_pointf p, int cwrot)static ST_pointfutils__c. dotneato_closest(ST_splines spl, ST_pointf pt)static ST_pointfpostproc__c. edgeHeadpoint(ST_Agedge_s e)static ST_pointfsplines__c. edgeMidpoint(ST_Agraph_s g, ST_Agedge_s e)static ST_pointfpostproc__c. edgeTailpoint(ST_Agedge_s e)static ST_pointfpostproc__c. map_point(ST_pointf p)static ST_pointfgeom__c. rotatepf(ST_pointf p, int cwrot)static ST_pointfshapes__c. size_reclbl(ST_Agnode_s n, ST_field_t f)static ST_pointftextspan__c. textspan_size(ST_GVC_s gvc, ST_textspan_t span)Methods in gen.lib.common that return types with arguments of type ST_pointf Modifier and Type Method Description static CArray<ST_pointf>routespl__c. _routesplines(ST_path pp, int[] npoints, int polyline)static CArray<ST_pointf>routespl__c. routepolylines(ST_path pp, int[] npoints)static CArray<ST_pointf>routespl__c. routesplines(ST_path pp, int[] npoints)static CArray<ST_pointf>routespl__c. simpleSplineRoute(ST_pointf tp, ST_pointf hp, ST_Ppoly_t poly, int[] n_spl_pts, boolean polyline)Methods in gen.lib.common with parameters of type ST_pointf Modifier and Type Method Description static voidpostproc__c. addXLabel(ST_textlabel_t lp, CArray<ST_object_t> objp, CArray<ST_xlabel_t> xlp, int initObj, ST_pointf pos)static ST_pointfgeom__c. ccwrotatepf(ST_pointf p, int ccwrot)static ST_pointshapes__c. cvtPt(ST_pointf p, int rankdir)static ST_pointfgeom__c. cwrotatepf(ST_pointf p, int cwrot)static ST_pointfutils__c. dotneato_closest(ST_splines spl, ST_pointf pt)static voidsplines__c. endPoints(ST_splines spl, ST_pointf p, ST_pointf q)static booleaninput__c. getdoubles2ptf(ST_Agraph_s g, CString name, ST_pointf result)static booleanarrows__c. inside(ST_inside_t inside_context, ST_pointf p)static ST_pointfpostproc__c. map_point(ST_pointf p)static booleanshapes__c. poly_inside(ST_inside_t inside_context, ST_pointf p)static voidshapes__c. pos_reclbl(ST_field_t f, ST_pointf ul, int sides)static doublegeom__c. ptToLine2(ST_pointf a, ST_pointf b, ST_pointf p)static booleanshapes__c. record_inside(ST_inside_t inside_context, ST_pointf p)static voidshapes__c. resize_reclbl(ST_field_t f, ST_pointf sz, boolean nojustify_p)static ST_pointfgeom__c. rotatepf(ST_pointf p, int cwrot)static booleanshapes__c. same_side(ST_pointf p0, ST_pointf p1, ST_pointf L0, ST_pointf L1)static CArray<ST_pointf>routespl__c. simpleSplineRoute(ST_pointf tp, ST_pointf hp, ST_Ppoly_t poly, int[] n_spl_pts, boolean polyline)Method parameters in gen.lib.common with type arguments of type ST_pointf Modifier and Type Method Description static voidsplines__c. arrow_clip(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int[] startp, int[] endp, ST_bezier spl, ST_splineInfo info)static intarrows__c. arrowEndClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int eflag)static intarrows__c. arrowStartClip(ST_Agedge_s e, CArray<ST_pointf> ps, int startp, int endp, ST_bezier spl, int sflag)static ST_pointfutils__c. Bezier(CArray<ST_pointf> V, int degree, double t, CArray<ST_pointf> Left, CArray<ST_pointf> Right)static voidsplines__c. bezier_clip(__ptr__ inside_context, __ptr__ inside, CArray<ST_pointf> sp, boolean left_inside)static booleanemit__c. check_control_points(CArray<ST_pointf> cp)static voidsplines__c. clip_and_install(ST_Agedge_s fe, ST_Agnode_s hn, CArray<ST_pointf> ps, int pn, ST_splineInfo info)static voidroutespl__c. limitBoxes(ST_boxf[] boxes, int boxn, CArray<ST_pointf> pps, int pn, int delta)static voidsplines__c. shape_clip0(__ptr__ inside_context, ST_Agnode_s n, CArray<ST_pointf> curve, boolean left_inside)static voidemit__c. update_bb_bz(ST_boxf bb, CArray<ST_pointf> cp) -
Uses of ST_pointf in gen.lib.dotgen
Method parameters in gen.lib.dotgen with type arguments of type ST_pointf Modifier and Type Method Description static ST_Agedge_sdotsplines__c. straight_path(ST_Agedge_s e, int cnt, CArray<ST_pointf> plist, int[] np) -
Uses of ST_pointf in gen.lib.pathplan
Methods in gen.lib.pathplan that return ST_pointf Modifier and Type Method Description static ST_pointfroute__c. add(ST_pointf p1, ST_pointf p2)static ST_pointfroute__c. normv(ST_pointf v)static ST_pointfroute__c. scale(ST_pointf p, double c)static ST_pointfroute__c. sub(ST_pointf p1, ST_pointf p2)Methods in gen.lib.pathplan with parameters of type ST_pointf Modifier and Type Method Description static ST_pointfroute__c. add(ST_pointf p1, ST_pointf p2)static booleanshortest__c. between(ST_pointf pap, ST_pointf pbp, ST_pointf pcp)static intshortest__c. ccw(ST_pointf p1p, ST_pointf p2p, ST_pointf p3p)static doubleroute__c. dist(ST_pointf p1, ST_pointf p2)static doubleroute__c. dot(ST_pointf p1, ST_pointf p2)static booleanshortest__c. intersects(ST_pointf pap, ST_pointf pbp, ST_pointf pcp, ST_pointf pdp)static introute__c. mkspline(CArray<ST_pointf> inps, int inpn, CArray<ST_tna_t> tnas, ST_pointf ev0, ST_pointf ev1, ST_pointf sp0, ST_pointf sv0, ST_pointf sp1, ST_pointf sv1)static ST_pointfroute__c. normv(ST_pointf v)static booleanshortest__c. pointintri(int trii, ST_pointf pp)static introute__c. reallyroutespline(CArray<ST_Pedge_t> edges, int edgen, CArray<ST_pointf> inps, int inpn, ST_pointf ev0, ST_pointf ev1)static ST_pointfroute__c. scale(ST_pointf p, double c)static introute__c. splinefits(CArray<ST_Pedge_t> edges, int edgen, ST_pointf pa, ST_pointf va, ST_pointf pb, ST_pointf vb, CArray<ST_pointf> inps, int inpn)static ST_pointfroute__c. sub(ST_pointf p1, ST_pointf p2)Method parameters in gen.lib.pathplan with type arguments of type ST_pointf Modifier and Type Method Description static doubleroute__c. dist_n(CArray<ST_pointf> p, int n)static introute__c. mkspline(CArray<ST_pointf> inps, int inpn, CArray<ST_tna_t> tnas, ST_pointf ev0, ST_pointf ev1, ST_pointf sp0, ST_pointf sv0, ST_pointf sp1, ST_pointf sv1)static intshortest__c. Pshortestpath(ST_Ppoly_t polyp, CArray<ST_pointf> eps, ST_Ppoly_t output)static introute__c. splineintersectsline(CArray<ST_pointf> sps, CArray<ST_pointf> lps, double[] roots) -
Uses of ST_pointf in h
Fields in h declared as ST_pointf Modifier and Type Field Description ST_pointfST_Pedge_t. aST_pointf[]ST_tna_t. aST_pointfST_Pedge_t. bST_pointf[]ST_Agraphinfo_t. borderST_pointfST_Agnodeinfo_t. coordST_pointfST_textlabel_t. dimenST_pointfST_bezier. epST_pointfST_boxf. LLST_pointfST_layout_t. marginST_pointfST_pathend_t. npST_pointfST_port. pST_pointfST_layout_t. pageST_pointfST_BestPos_t. posST_pointfST_object_t. posST_pointfST_textlabel_t. posST_pointfST_xlabel_t. posST_pointfST_pointnlink_t. ppST_pointfST_field_t. sizeST_pointfST_layout_t. sizeST_pointfST_textspan_t. sizeST_pointfST_bezier. spST_pointfST_textlabel_t. spaceST_pointfST_object_t. szST_pointfST_xlabel_t. szST_pointfST_boxf. URFields in h with type parameters of type ST_pointf Modifier and Type Field Description CArray<ST_pointf>ST_inside_t. a_pCArray<ST_pointf>ST_bezier. listCArray<ST_pointf>ST_Ppoly_t. psCArray<ST_pointf>ST_polygon_t. verticesMethods in h that return ST_pointf Modifier and Type Method Description static ST_pointfST_pointf. add_pointf(ST_pointf p, ST_pointf q)ST_pointfST_pointf. copy()static ST_pointfST_pointf. pointfof(double x, double y)Methods in h with parameters of type ST_pointf Modifier and Type Method Description static ST_pointfST_pointf. add_pointf(ST_pointf p, ST_pointf q) -
Uses of ST_pointf in net.sourceforge.plantuml.sdot
Methods in net.sourceforge.plantuml.sdot with parameters of type ST_pointf Modifier and Type Method Description static StringDebugUtils. pointftoString(ST_pointf point) -
Uses of ST_pointf in smetana.core
Fields in smetana.core declared as ST_pointf Modifier and Type Field Description ST_pointfZ. OST_pointfZ. OffsetFields in smetana.core with type parameters of type ST_pointf Modifier and Type Field Description CArray<ST_pointf>Z. isplineCArray<ST_pointf>Z. ops_routeCArray<ST_pointf>Z. ops_shortestCArray<ST_pointf>Z. pointfsCArray<ST_pointf>Z. pointfs2CArray<ST_pointf>Z. polypointsCArray<ST_pointf>Z. psCArray<ST_pointf>Z. vertexMethods in smetana.core that return ST_pointf Modifier and Type Method Description static ST_pointf[]Macro. GD_border(ST_Agraph_s g)static ST_pointfMacro. ND_coord(ST_Agnode_s n)Methods in smetana.core with parameters of type ST_pointf Modifier and Type Method Description static booleanMacro. APPROXEQPT(ST_pointf p, ST_pointf q, double tol)static doubleMacro. DIST2(ST_pointf p, ST_pointf q)static doubleMacro. DISTSQ(ST_pointf a, ST_pointf b)static voidMacro. hackInitDimensionFromLabel(ST_pointf size, String label)static booleanMacro. INSIDE(ST_pointf p, ST_boxf b)static voidMacro. PAD(ST_pointf d)static voidMacro. PF2P(ST_pointf pf, ST_point p)static voidMacro. PF2P(ST_pointf pf, ST_pointf p)static voidMacro. XPAD(ST_pointf d)static voidMacro. YPAD(ST_pointf d)
-