Java com.itextpdf.text.pdf.parser Vector fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.parser Vector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.parser Vector.

The text is from its open source code.

Subclass

com.itextpdf.text.pdf.parser.Vector has subclasses.
Click this link to see all its subclasses.

Field

intI1
index of the X coordinate
intI2
index of the Y coordinate
intI3
index of the Z coordinate

Constructor

Method

floatget(final int index)
Gets the value from a coordinate of the vector
Vectorsubtract(final Vector v)
Computes the difference between this vector and the specified vector