public class EndPoint extends MorphPoint
Modifier and Type | Field and Description |
---|---|
String |
at |
Double |
atFraction |
String |
on |
label, r, r_peerPoint, x, y, z
Constructor and Description |
---|
EndPoint(String id,
double x,
double y,
double z,
double r) |
Modifier and Type | Method and Description |
---|---|
void |
interiorPointConnect(Segment tgtSeg,
double f,
MorphPoint twds) |
boolean |
radiiDiffer(MorphPoint mp) |
void |
resolve(HashMap<String,Segment> segmentHM,
MorphPoint ep) |
String |
toString() |
addNeighbor, addOffsetChild, distanceTo, getNeighbors, getOffsetChildren, hasOffsetChildren, hasPosition, redundant, removeNeighbor, replaceNeighborLabels, setIDWith, setRegionWith, setSegment, toTreePoint, transferConnections
public EndPoint(String id, double x, double y, double z, double r)
public void resolve(HashMap<String,Segment> segmentHM, MorphPoint ep)
public boolean radiiDiffer(MorphPoint mp)
public void interiorPointConnect(Segment tgtSeg, double f, MorphPoint twds)
public String toString()
toString
in class MorphPoint
Copyright © 2018. All rights reserved.