Uses of Class
org.anchoranalysis.spatial.axis.AxisConversionException
Packages that use AxisConversionException
Package
Description
Identifying the three standard axes in 3D cartesian coordinates.
-
Uses of AxisConversionException in org.anchoranalysis.spatial.axis
Methods in org.anchoranalysis.spatial.axis that throw AxisConversionExceptionModifier and TypeMethodDescriptionstatic Axis
AxisConverter.createFromString
(String axisAsString) Maps a string of x, y, z (case ignored) to a corresponding axis type.static int
AxisConverter.dimensionIndexFor
(Axis axis) A corresponding index representing for the dimension anAxis
represents.