Uses of Enum Class
com.irurueta.geometry.CameraType
Packages that use CameraType
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
-
Uses of CameraType in com.irurueta.geometry
Fields in com.irurueta.geometry declared as CameraTypeModifier and TypeFieldDescriptionstatic final CameraTypeCamera.DEFAULT_CAMERA_TYPEConstant defining default camera type.Methods in com.irurueta.geometry that return CameraTypeModifier and TypeMethodDescriptionabstract CameraTypeCamera.getType()Returns the type of this camera.PinholeCamera.getType()Returns the type of this camera, which is always PINHOLE_CAMERA for instance of this class.static CameraTypeReturns the enum constant of this class with the specified name.static CameraType[]CameraType.values()Returns an array containing the constants of this enum class, in the order they are declared.