public void AcceptSegmentSegmentTransformation(SegmentTransformation segmentTransformation, PrintContext parameter) { parameter.WriteLine("Segment Transformation: {0} -> {1}", segmentTransformation.SegmentIdentifier, segmentTransformation.Matrix); }
public virtual void AcceptSegmentSegmentTransformation(SegmentTransformation segmentTransformation, T parameter) { // intentionally left blank }