Tree Delete Object
data class TreeDeleteObject(parentNodeValue: BinaryTreeNodeValue, treeValue: BinaryTreeValue, left: Boolean, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
Tree delete object
Constructors
TreeDeleteObject
Link copied to clipboard
fun TreeDeleteObject(parentNodeValue: BinaryTreeNodeValue, treeValue: BinaryTreeValue, left: Boolean, runtime: Double, render: Boolean)
Content copied to clipboard
Create empty Tree delete object
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(parentNodeValue: BinaryTreeNodeValue, treeValue: BinaryTreeValue, left: Boolean, runtime: Double, render: Boolean): TreeDeleteObject
Content copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard