pub fn int_to_ext_transformation(
int_transf: &DTransformation,
pre_transf: &DTransformation,
) -> DTransformation
Expand description
Converts an internal (used within jagua-rs
) transformation to an external transformation (applicable to the original shapes).
int_transf
- The internal transformation.pre_transf
- The transformation that was applied to the original shape to derive the internal representation.