Init Manim Stack
data class InitManimStack(type: DataStructureType, ident: String, text: String, color: String?, textColor: String?, showLabel: Boolean?, creationStyle: String?, creationTime: Double?, boundaries: List<Pair<Double, Double>>, maxSize: Int, uid: String, runtime: Double, render: Boolean) : DataStructureMObject
Content copied to clipboard
Stack initialisation
Constructors
InitManimStack
Link copied to clipboard
fun InitManimStack(type: DataStructureType, ident: String, text: String, color: String? = null, textColor: String? = null, showLabel: Boolean? = null, creationStyle: String? = null, creationTime: Double? = null, boundaries: List<Pair<Double, Double>> = emptyList(), maxSize: Int = -1, uid: String, runtime: Double = 1.0, render: Boolean)
Content copied to clipboard
Create empty Init manim stack
Functions
component1
Link copied to clipboard
component11
Link copied to clipboard
component12
Link copied to clipboard
component13
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
copy
Link copied to clipboard
fun copy(type: DataStructureType, ident: String, text: String, color: String? = null, textColor: String? = null, showLabel: Boolean? = null, creationStyle: String? = null, creationTime: Double? = null, boundaries: List<Pair<Double, Double>> = emptyList(), maxSize: Int = -1, uid: String, runtime: Double = 1.0, render: Boolean): InitManimStack
Content copied to clipboard
getConstructor
Link copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
setNewBoundary
Link copied to clipboard
Properties
creationStyle
Link copied to clipboard
creationTime
Link copied to clipboard
pythonVariablePrefix
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard