Package com. valgolang. linearrepresentation. datastructures. array
Types
Array2DStructure
Link copied to clipboard
data class Array2DStructure(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<Array<ExecValue>>, color: String?, textColor: String?, creationString: String?, runtime: Double, showLabel: Boolean?, maxSize: Int, boundaries: List<Pair<Double, Double>>, uid: String) : DataStructureMObject
Content copied to clipboard
Array2DSwap
Link copied to clipboard
data class Array2DSwap(arrayIdent: String, indices: List<Int>, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ArrayElemAssignObject
Link copied to clipboard
data class ArrayElemAssignObject(arrayIdent: String, index: Int, newElemValue: ExecValue, animatedStyle: AnimationProperties?, secondIndex: Int?, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ArrayElemRestyle
Link copied to clipboard
data class ArrayElemRestyle(arrayIdent: String, indices: List<Int>, styleProperties: StylesheetProperty, pointer: Boolean?, animationString: String?, runtime: Double, render: Boolean, secondIndices: List<Int>?) : ManimInstr
Content copied to clipboard
ArrayLongSwap
Link copied to clipboard
ArrayReplaceRow
Link copied to clipboard
data class ArrayReplaceRow(arrayIdent: String, index: Int, newArray: Array<ExecValue>, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ArrayShortSwap
Link copied to clipboard
data class ArrayShortSwap(arrayIdent: String, indices: Pair<Int, Int>, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ArrayStructure
Link copied to clipboard
data class ArrayStructure(type: DataStructureType, ident: String, render: Boolean, text: String, values: Array<ExecValue>, color: String?, textColor: String?, creationString: String?, runtime: Double, showLabel: Boolean?, maxSize: Int, boundaries: List<Pair<Double, Double>>, uid: String) : DataStructureMObject
Content copied to clipboard