How to add/project iTextSharp vectors
问题 The Question The PDF toolkit iText(Sharp) has its own vector type, implementing Substract , Dot product Cross product and Multiply , but I do not see an addition of vectors nor a projection of one vector onto antother. Is there a simple way to do that? The context I am implementing an ITextExtractionStrategy that collects text into chunks ( class MyTextChunk ) if they are on the same line renderInfo.GetBaseline() follow closely to avoid concatenating texts from different columns in a table