public class LinLogNodeParticle extends NodeParticle
attE, disp, frozen, len, neighbours, out, repE| Constructor and Description |
|---|
LinLogNodeParticle(LinLog box,
java.lang.String id)
New node.
|
LinLogNodeParticle(LinLog box,
java.lang.String id,
double x,
double y,
double z)
New node at a given position.
|
getEdges, inserted, move, moveOf, moveTo, nextStep, registerEdge, removed, removeNeighborEdges, unregisterEdgepublic LinLogNodeParticle(LinLog box, java.lang.String id)
box - The spring box.id - The node identifier.public LinLogNodeParticle(LinLog box, java.lang.String id, double x, double y, double z)
box - The spring box.id - The node identifier.x - The abscissa.y - The ordinate.z - The depth.