Data Structure M Object
abstract class DataStructureMObject(type: DataStructureType, ident: String, uid: String, text: String, boundaries: List<Pair<Double, Double>>) : ShapeWithBoundary
Content copied to clipboard
Data structure initialising Manim object
Constructors
DataStructureMObject
Link copied to clipboard
fun DataStructureMObject(type: DataStructureType, ident: String, uid: String, text: String, boundaries: List<Pair<Double, Double>> = emptyList())
Content copied to clipboard
Create empty Data structure m object
Functions
getConstructor
Link copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
setNewBoundary
Link copied to clipboard
Properties
pythonVariablePrefix
Link copied to clipboard
style
Link copied to clipboard
type
Link copied to clipboard
Inheritors
ArrayStructure
Link copied to clipboard
Array2DStructure
Link copied to clipboard
InitTreeStructure
Link copied to clipboard
InitManimStack
Link copied to clipboard