Structs§
- Base
Instance - Instance
Flags - Instantiation
Args - Point2D
- Stroke
Instance - Represents the outer stroke of a drawable element
- Transform
AndBounds - Stores the computed transform and the pre-transform bounding box (where the other corner is the origin). Useful for ray-casting, along with
Enums§
Traits§
- Instance
Node - Central runtime representation of a properties-computable and renderable node.
InstanceNode
s are conceptually stateless, and rely onExpandedNode
s for stateful representations.
Type Aliases§
- Instance
Node Ptr - Type aliases to make it easier to work with nested Rcs and RefCells for instance nodes.
- Instance
Node PtrList