Skip to content
Mitko Nikov edited this page Dec 28, 2017 · 1 revision

VMobject or Vectorized Mobject is the main class found in mobject.vectorized_mobject module.

Its properties are (defaults in brackets):

  • fill_color (None)
  • fill_opacity (0.0)
  • stroke_color (None)
  • is_subpath (False)
  • close_new_points (False)
  • mark_paths_closed (False)
  • considered_smooth (True)
  • propogate_style_to_family (False)

Manim is an engine for precise programmatic animations, designed for creating explanatory math videos.

Clone this wiki locally