Uses of Class
com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms.SoRotateAroundZProcessing2d.PrecisionModes
-
Packages that use SoRotateAroundZProcessing2d.PrecisionModes Package Description com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms Geometric Transforms engines are usually used to align images. -
-
Uses of SoRotateAroundZProcessing2d.PrecisionModes in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms
Fields in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms with type parameters of type SoRotateAroundZProcessing2d.PrecisionModes Modifier and Type Field Description SoSFEnum<SoRotateAroundZProcessing2d.PrecisionModes>
SoRotateAroundZProcessing2d. precisionMode
Select the interpolation mode.Methods in com.openinventor.imageviz.engines.geometryandmatching.geometrictransforms that return SoRotateAroundZProcessing2d.PrecisionModes Modifier and Type Method Description static SoRotateAroundZProcessing2d.PrecisionModes
SoRotateAroundZProcessing2d.PrecisionModes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic SoRotateAroundZProcessing2d.PrecisionModes
SoRotateAroundZProcessing2d.PrecisionModes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SoRotateAroundZProcessing2d.PrecisionModes[]
SoRotateAroundZProcessing2d.PrecisionModes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-