ManimMob

Qualified name: algan.mobs.manim\_mob.ManimMob

class ManimMob(manim_mob, **kwargs)[source]

Bases: BezierCircuitCubic

Constructs an equivalent Algan Mob from a given Manim Mobject.

Parameters:
  • manim_mob (manim.Mobject) – The Manim Mobject which will be converted into an Algan Mob. It must be a bezier-circuit based object.

  • **kwargs – Passed to BezierCircuitCubic .

Methods

Attributes

animation_manager

basis

The flattened 3x3 matrix representing the Mob's orientation and scale.

color

glow

location

The 3-D location of the Mob in world space.

max_opacity

normalized_basis

The Mob's basis matrix with all its row vectors normalized to unit length.

opacity

scale_coefficient

The scaling factor of the Mob along its local axes, derived from the basis.