def
definition
def or abbrev
thrustVector
show as:
view Lean formalization →
formal statement (Lean)
30noncomputable def thrustVector (_S : Medium.MediumState) : Vec3 := (0, 0, 0)
proof body
Definition body.
31
32/-- Aggregate thrust over a finite tick window `[t0, t0+N)`.
33
34At this stage we treat the thrust vector as externally provided per tick.
35-/