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