FingerMinutia.angle Property¶
Module: FingerMinutia
Type: float
Definition¶
Angle of the minutia in radians. In [0;2*PI[, 0 being horizontal and oriented to the right side of the image, turning clockwise.
double get angle => getAngle();
set angle(double value) => setAngle(value);
Exceptions
An error has occurred during Finger Library execution.
public float angle
{
get => Getangle();
set => Setangle(ref value);
}
Exceptions
An error has occurred during Finger Library execution.
public float getAngle() throws FingerException
public void setAngle(float angle) throws FingerException
Exceptions
An error has occurred during Finger Library execution.
public var angle: Float
get {
return try! getAngle()
}
}
Exceptions
An error has occurred during Finger Library execution.
int id3FingerMinutia_GetAngle (ID3_FINGER_MINUTIA hFingerMinutia, float * angle)
int id3FingerMinutia_SetAngle (ID3_FINGER_MINUTIA hFingerMinutia, float angle)
Returns