public class BoidParticle
extends org.miv.pherd.Particle
| Constructor and Description |
|---|
BoidParticle(BoidGraph ctx,
Boid b)
New particle.
|
| Modifier and Type | Method and Description |
|---|---|
Boid |
getBoid() |
org.miv.pherd.geom.Point3 |
getNextPosition() |
void |
inserted() |
void |
move(int time) |
void |
removed() |
void |
setPosition(double x,
double y,
double z) |
public void move(int time)
move in class org.miv.pherd.Particlepublic void inserted()
inserted in class org.miv.pherd.Particlepublic void removed()
removed in class org.miv.pherd.Particlepublic Boid getBoid()
public void setPosition(double x,
double y,
double z)
public org.miv.pherd.geom.Point3 getNextPosition()
Copyright © 2015. All rights reserved.