Package samer.maths
Class VectorTrace
- java.lang.Object
-
- VCanvas
-
- samer.tools.Trace
-
- samer.maths.VectorTrace
-
-
Constructor Summary
Constructors Constructor and Description VectorTrace(Vec v)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
execute(java.lang.String c, Environment env)
void
getCommands(Registry r)
protected void
realized()
void
run()
moves the trace along one time step, by preparing space for the next bit of plotting.
-
-
-
Constructor Detail
-
VectorTrace
public VectorTrace(Vec v)
-
-
Method Detail
-
realized
protected void realized()
-
run
public void run()
Description copied from class:Trace
moves the trace along one time step, by preparing space for the next bit of plotting.
-
getCommands
public void getCommands(Registry r)
- Overrides:
getCommands
in classTrace
-
-