Package cnuphys.adaptiveSwim.geometry
Class Constants
java.lang.Object
cnuphys.adaptiveSwim.geometry.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Used to indicate end, as in a line segmentstatic final int
Used to indicate treat as infinite linesstatic final int
Used to indicate treat as directed line segmentsstatic final int
Used to indicate start, as in a line segmentstatic final double
Effectively zero -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TINY
public static final double TINYEffectively zero- See Also:
-
START
public static final int STARTUsed to indicate start, as in a line segment- See Also:
-
END
public static final int ENDUsed to indicate end, as in a line segment- See Also:
-
INFINITE
public static final int INFINITEUsed to indicate treat as infinite lines- See Also:
-
SEGMENT
public static final int SEGMENTUsed to indicate treat as directed line segments- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-