Expand description
Component and components element parser.
Functionsยง
- parse_
components - Parses a
<components>element and its<component>children into aComponents. - parse_
transform - Parses a 3MF transform matrix string (12 space-separated floats in column-major order) into a
Mat4.