Package | Description |
---|---|
com.lowagie.text.pdf.parser |
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.add(Vector v)
Computes the sum of this vector and the specified vector
|
Vector |
Vector.cross(Matrix by)
Computes the cross product of this vector and the specified matrix
|
Vector |
Vector.cross(Vector with)
Computes the cross product of this vector and the specified vector
|
Vector |
ParsedTextImpl.getBaseline()
Return the vector representing the baseline of this text chunk, even if the length
of the text is zero.
|
Vector |
ParsedTextImpl.getEndPoint() |
Vector |
ParsedTextImpl.getStartPoint() |
Vector |
Vector.subtract(Vector v)
Computes the difference between this vector and the specified vector
|
Modifier and Type | Method and Description |
---|---|
Vector |
Vector.add(Vector v)
Computes the sum of this vector and the specified vector
|
Vector |
Vector.cross(Vector with)
Computes the cross product of this vector and the specified vector
|
float |
Vector.dot(Vector with)
Computes the dot product of this vector with the specified vector
|
Vector |
Vector.subtract(Vector v)
Computes the difference between this vector and the specified vector
|
Copyright © 2018. All rights reserved.