Constant Field Values

Contents

org.apache.*

  • org.apache.commons.geometry.core.internal.GeometryInternalError
    Modifier and Type
    Constant Field
    Value
    private static final String
    "An internal geometry error occurred. This most often indicates an error in the algorithm implementation than in the calling code or data. Please file a bug report with the developers."
    private static final long
    20180913L
  • org.apache.commons.geometry.core.internal.SimpleTupleFormat
    Modifier and Type
    Constant Field
    Value
    private static final String
    ","
    private static final String
    " "
  • org.apache.commons.geometry.core.internal.org.apache.commons.geometry.core.internal.SimpleTupleFormat.TupleParseException
    Modifier and Type
    Constant Field
    Value
    private static final long
    20180629L
  • org.apache.commons.geometry.euclidean.threed.line.Line3D
    Modifier and Type
    Constant Field
    Value
    static final String
    "{0}[origin= {1}, direction= {2}]"
  • org.apache.commons.geometry.euclidean.threed.shape.Sphere
    Modifier and Type
    Constant Field
    Value
    private static final double
    12.566370614359172
    private static final double
    4.1887902047863905
    private static final String
    "Number of sphere approximation subdivisions must be greater than or equal to zero; was {0}"
  • org.apache.commons.geometry.euclidean.threed.shape.org.apache.commons.geometry.euclidean.threed.shape.Sphere.SphereTreeApproximationBuilder
    Modifier and Type
    Constant Field
    Value
    private static final int
    2
  • org.apache.commons.geometry.euclidean.twod.shape.org.apache.commons.geometry.euclidean.twod.shape.Circle.CircleApproximationBuilder
    Modifier and Type
    Constant Field
    Value
    private static final int
    3
    private static final int
    4