Closed bogovicj closed 7 years ago
Yes, this is a requirement. Please add to the doc.
See the PR. I think the one sentence is sufficient:
Implementations must support an in-place applyInverse (i.e., passing the same object as both source and target).
What do you think?
Perfect. Thanks!
@axtimwalde Is it a requirement that every InvertibleRealTransform work correctly when called like this (for example):
?
If so, let's add it to the doc (possibly also for
RealTransform
s)If not, then this line in
InvertibleRealTransformSequence
will cause problems for any implementation that does not meet this requirement.