package
0.22.0
Repository: https://github.com/mokiat/lacking.git
Documentation: pkg.go.dev

# Functions

DefaultTransformFunc is a TransformFunc that applies standard matrix multiplication rules.
NewNode creates a new detached Node instance.

# Structs

Node represents the transformation of an object or part of one in 3D space.

# 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.