Package io.scanbot.sdk.entity
Object RotationType.Companion
-
- All Implemented Interfaces:
public class RotationType.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static RotationType.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final static RotationTyperotateClockwise(RotationType type)final static RotationTypegetByDegrees(Integer degrees)-
-
Method Detail
-
rotateClockwise
final static RotationType rotateClockwise(RotationType type)
-
getByDegrees
final static RotationType getByDegrees(Integer degrees)
-
-
-
-