public class routespl__c
extends java.lang.Object
Constructor and Description |
---|
routespl__c() |
Modifier and Type | Method and Description |
---|---|
static CArray<ST_pointf> |
_routesplines(Globals zz,
ST_path pp,
int[] npoints,
int polyline) |
static int |
checkpath(int boxn,
ST_boxf[] boxes,
ST_path thepath) |
static void |
limitBoxes(ST_boxf[] boxes,
int boxn,
CArray<ST_pointf> pps,
int pn,
int delta) |
static java.lang.Object |
makeStraightEdge(java.lang.Object... arg_) |
static boolean |
mkspacep(Globals zz,
int size) |
static int |
overlap(double i0,
double i1,
double j0,
double j1) |
static int |
overlap(int i0,
int i1,
int j0,
int j1) |
static CArray<ST_pointf> |
routepolylines(Globals zz,
ST_path pp,
int[] npoints) |
static CArray<ST_pointf> |
routesplines(Globals zz,
ST_path pp,
int[] npoints) |
static int |
routesplinesinit(Globals zz) |
static void |
routesplinesterm(Globals zz) |
static CArray<ST_pointf> |
simpleSplineRoute(Globals zz,
ST_pointf tp,
ST_pointf hp,
ST_Ppoly_t poly,
int[] n_spl_pts,
boolean polyline) |
public static CArray<ST_pointf> simpleSplineRoute(Globals zz, ST_pointf tp, ST_pointf hp, ST_Ppoly_t poly, int[] n_spl_pts, boolean polyline)
public static int routesplinesinit(Globals zz)
public static void routesplinesterm(Globals zz)
public static void limitBoxes(ST_boxf[] boxes, int boxn, CArray<ST_pointf> pps, int pn, int delta)
public static CArray<ST_pointf> _routesplines(Globals zz, ST_path pp, int[] npoints, int polyline)
public static CArray<ST_pointf> routepolylines(Globals zz, ST_path pp, int[] npoints)
public static int overlap(double i0, double i1, double j0, double j1)
public static int overlap(int i0, int i1, int j0, int j1)
public static boolean mkspacep(Globals zz, int size)
public static java.lang.Object makeStraightEdge(java.lang.Object... arg_)