Home
last modified time | relevance | path

Searched refs:ZERO_NORM_FOR_ROTATION_AXIS (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
DLocalizedFormats.java301 ZERO_NORM_FOR_ROTATION_AXIS("zero norm for rotation axis"), enumConstant
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotation.java177 …throw MathRuntimeException.createArithmeticException(LocalizedFormats.ZERO_NORM_FOR_ROTATION_AXIS); in Rotation()