# Functions
DefaultTransformFunc is a TransformFunc that applies standard matrix multiplication rules.
NewNode creates a new detached Node instance.
# Interfaces
NodeSource represents an abstraction that is able to apply its transform to a node.
NodeTarget represents an abstraction that is able to modify its transform based on a node's positioning.
# Type aliases
TransformFunc is a mechanism to calculate a custom absolute matrix for the node.