Uses of Class
com.itextpdf.text.pdf.parser.Vector
-
Packages that use Vector Package Description com.itextpdf.text.pdf.parser -
-
Uses of Vector in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return Vector Modifier and Type Method Description VectorVector. cross(Matrix by)Computes the cross product of this vector and the specified matrixVectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorVectorTextRenderInfo. getEndPoint()VectorTextRenderInfo. getStartPoint()VectorVector. subtract(Vector v)Computes the difference between this vector and the specified vectorMethods in com.itextpdf.text.pdf.parser with parameters of type Vector Modifier and Type Method Description VectorVector. cross(Vector with)Computes the cross product of this vector and the specified vectorfloatVector. dot(Vector with)Computes the dot product of this vector with the specified vectorVectorVector. subtract(Vector v)Computes the difference between this vector and the specified vector
-