Uses of Enum Class
com.irurueta.geometry.ConicType
Packages that use ConicType
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 ConicType in com.irurueta.geometry
Methods in com.irurueta.geometry that return ConicTypeModifier and TypeMethodDescriptionConic.getConicType()Returns the ConicType of this conic.static ConicTypeReturns the enum constant of this class with the specified name.static ConicType[]ConicType.values()Returns an array containing the constants of this enum class, in the order they are declared.