ManimInstrWithBoundary

interface ManimInstrWithBoundary

Manim instruction with boundary

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
setNewBoundary
Link copied to clipboard
abstract fun setNewBoundary(corners: List<Pair<Double, Double>>, newMaxSize: Int)
toString
Link copied to clipboard
open fun toString(): String

Properties

uid
Link copied to clipboard
abstract val uid: String

Inheritors

ShapeWithBoundary
Link copied to clipboard
ListPrepend
Link copied to clipboard