Class Constants

java.lang.Object
cnuphys.adaptiveSwim.geometry.Constants

public class Constants extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Used to indicate end, as in a line segment
    static final int
    Used to indicate treat as infinite lines
    static final int
    Used to indicate treat as directed line segments
    static final int
    Used to indicate start, as in a line segment
    static final double
    Effectively zero
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • TINY

      public static final double TINY
      Effectively zero
      See Also:
    • START

      public static final int START
      Used to indicate start, as in a line segment
      See Also:
    • END

      public static final int END
      Used to indicate end, as in a line segment
      See Also:
    • INFINITE

      public static final int INFINITE
      Used to indicate treat as infinite lines
      See Also:
    • SEGMENT

      public static final int SEGMENT
      Used to indicate treat as directed line segments
      See Also:
  • Constructor Details

    • Constants

      public Constants()