public class Observer3D extends InOut
Constructor and Description |
---|
Observer3D() |
Observer3D(filterType f) |
Observer3D(filterType f,
Mass m)
Create an observer
|
Modifier and Type | Method and Description |
---|---|
void |
compute()
Compute behavior of the In/Out (depends on the concrete implementation of concerned module).
|
void |
moveObserver(Mass m)
Move the listener to another mass
|
Vect3D |
observeFrc()
Listen to the observed force
|
Vect3D |
observePos()
Listen to the observed position
|
public Observer3D(filterType f, Mass m)
f
- a possible filter type on the observed output.m
- the mass to observe.public Observer3D(filterType f)
public Observer3D()
public void compute()
InOut
public Vect3D observePos()
public Vect3D observeFrc()
public void moveObserver(Mass m)
m
- the new mass to observeProcessing Library miPhysics by James Leonard. (c) 2019