The apply method for empty RealTransformSequence currently does nothing to its target point.
I'd expect either:
1) There to exist some way of determining that a RealTransformSequence object is empty.
2) That an empty RealTransformSequence acts as the identity.
@axtimwalde
The apply method for empty
RealTransformSequence
currently does nothing to its target point.I'd expect either: 1) There to exist some way of determining that a
RealTransformSequence
object is empty.2) That an empty
RealTransformSequence
acts as the identity.I'll file a PR once we make a choice.