java.lang.Object
swim.structure.Form<T>
swim.math.R2Form<T>
- All Implemented Interfaces:
Boundary<T>,R2Boundary<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract doubleabstract doubleabstract doubleabstract doubleabstract booleanintersects(T s, T t) static <T> Z2Form<T>transformed(R2Form<T> form, R2ToZ2Function function) Methods inherited from class swim.structure.Form
cast, cast, forArray, forBigInteger, forBoolean, forBuiltin, forByte, forByteBuffer, forCharacter, forClass, forClass, forCollection, forDouble, forFloat, forInteger, forItem, forList, forLong, forMap, forMap, forNumber, forSet, forShort, forString, forValue, isBuiltin, mold, mold, tag, tag, type, unit, unit
-
Constructor Details
-
R2Form
public R2Form()
-
-
Method Details
-
getXMin
- Specified by:
getXMinin interfaceR2Boundary<T>
-
getYMin
- Specified by:
getYMinin interfaceR2Boundary<T>
-
getXMax
- Specified by:
getXMaxin interfaceR2Boundary<T>
-
getYMax
- Specified by:
getYMaxin interfaceR2Boundary<T>
-
contains
-
intersects
- Specified by:
intersectsin interfaceBoundary<T>
-
transformed
-