Uses of Class
imagingbook.common.math.exception.DivideByZeroException
Packages that use DivideByZeroException
-
Uses of DivideByZeroException in imagingbook.common.math
Methods in imagingbook.common.math that throw DivideByZeroExceptionModifier and TypeMethodDescriptionstatic double[]
Matrix.toCartesian
(double[] ah) Converts a homogeneous vector to its equivalent Cartesian vector, which is one element shorter.