Uses of Class
com.itextpdf.kernel.geom.Vector
Package
Description
-
Uses of Vector in com.itextpdf.kernel.geom
Modifier and TypeMethodDescriptionComputes the cross product of this vector and the specified matrixComputes the cross product of this vector and the specified vectorLineSegment.getEndPoint()
LineSegment.getStartPoint()
Vector.multiply
(float by) Multiplies the vector by a scalarVector.normalize()
Normalizes the vector (i.e.Computes the difference between this vector and the specified vectorModifier and TypeMethodDescriptionboolean
LineSegment.containsPoint
(Vector point) Checks if a segment contains a given point in itselfComputes the cross product of this vector and the specified vectorfloat
Computes the dot product of this vector with the specified vectorComputes the difference between this vector and the specified vectorModifierConstructorDescriptionLineSegment
(Vector startPoint, Vector endPoint) Creates a new line segment. -
Uses of Vector in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionImageRenderInfo.getStartPoint()
Gets the vector in User space representing the start point of the image. -
Uses of Vector in com.itextpdf.kernel.pdf.canvas.parser.listener
Modifier and TypeMethodDescriptionITextChunkLocation.getEndLocation()
ITextChunkLocation.getStartLocation()