VisualizeStates Scene

This commit is contained in:
Grant Sanderson
2019-03-23 10:55:13 -07:00
parent 73cbb9134a
commit f5420b24ca
4 changed files with 536 additions and 5 deletions

View File

@ -1,6 +1,7 @@
from active_projects.ode.part1.pendulum import *
from active_projects.ode.part1.staging import *
from active_projects.ode.part1.pi_scenes import *
from active_projects.ode.part1.phase_space import *
from active_projects.ode.part1.wordy_scenes import *
OUTPUT_DIRECTORY = "ode/part1"
@ -28,5 +29,6 @@ ALL_SCENE_CLASSES = [
ODEvsPDEinFrames,
ProveTeacherWrong,
SetAsideSeekingSolution,
ReferencePiCollisionStateSpaces,
VisualizeStates,
]