Skip to content

Add Transform overloads for all transformation data types #57

@luithefirst

Description

@luithefirst

We have various types that have a .Transform or .Transformed method (e.g. Box3d, Plane3d, Hull3d, Polygon3d, ...). In most cases, there is only an overload for Trafo3d. We should complete this and make sure there are overloads for Trafo3d, M44d, Similarity3d, Rigid3d, Euclidean3d and review the same for 2d data types.

We might also want to consider adding .InvTransform/InvTransformed methods. This might have a slightly better performance compared to passing the inverted versions of the transform types. This should be evaluated first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions