Module com.machinezoo.fingerprintio
Class Iso19794p2v2005Delta
- java.lang.Object
-
- com.machinezoo.fingerprintio.iso19794p2v2005.Iso19794p2v2005Delta
-
-
Constructor Summary
Constructors Constructor Description Iso19794p2v2005Delta()
Creates new delta point (DELTADEF).
-
-
-
Field Detail
-
positionX
public int positionX
Delta X position (DELTAX).
-
positionY
public int positionY
Delta Y position (DELTAY).
-
angles
public int[] angles
List of delta angles (DELTAANGLE). This field is eithernull
or it is an array of exactly three angles.
-
-
Constructor Detail
-
Iso19794p2v2005Delta
public Iso19794p2v2005Delta()
Creates new delta point (DELTADEF).
-
-