Binary Tree Value
data class BinaryTreeValue(manimObject: MObject, value: BinaryTreeNodeValue, style: StyleProperties, animatedStyle: AnimationProperties?) : ExecValue
Content copied to clipboard
Binary Tree Execution Value. Differs from node value as this represents the renderable tree.
Constructors
BinaryTreeValue
Link copied to clipboard
fun BinaryTreeValue(manimObject: MObject, value: BinaryTreeNodeValue, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null)
Content copied to clipboard
: Creates a new Binary Tree Execution Value.
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
copy
Link copied to clipboard
fun copy(manimObject: MObject, value: BinaryTreeNodeValue, style: StyleProperties = StyleProperties(), animatedStyle: AnimationProperties? = null): BinaryTreeValue
Content copied to clipboard
toInterpolatedString
Link copied to clipboard
Properties
animatedStyle
Link copied to clipboard
manimObject
Link copied to clipboard
style
Link copied to clipboard
value
Link copied to clipboard