ManimWriter

class ManimWriter(linearRepresentation: List<ManimInstr>)

Manim writer that generates the Python code written using the manim library

Constructors

ManimWriter
Link copied to clipboard
fun ManimWriter(linearRepresentation: List<ManimInstr>)
Creates a new Manim writer

Functions

build
Link copied to clipboard
fun build(): String
Converts linear representation to Python code written in the format compatible with manim.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String