Package com.valgolang.runtime.datastructures.array

Types

Array2DValue
Link copied to clipboard
data class Array2DValue(manimObject: MObject, array: Array<Array<ExecValue>>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
2D Array Execution Value Class
ArrayExecutor
Link copied to clipboard
class ArrayExecutor(variables: MutableMap<String, ExecValue>, linearRepresentation: MutableList<ManimInstr>, frame: VirtualMachine.Frame, stylesheet: Stylesheet, animationSpeeds: ArrayDeque<Double>, dataStructureBoundaries: MutableMap<String, BoundaryShape>, variableNameGenerator: VariableNameGenerator, codeTextVariable: String, locallyCreatedDynamicVariables: MutableSet<String>) : DataStructureExecutor
Array Executor
ArrayValue
Link copied to clipboard
data class ArrayValue(manimObject: MObject, array: Array<ExecValue>, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
1D Array Execution Value Class