java.lang.Object
swim.structure.Form<T>
swim.math.Z2Form<T>
- All Implemented Interfaces:
Boundary<T>,Z2Boundary<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanabstract longabstract longabstract longabstract longabstract booleanintersects(T s, T t) static <T> R2Form<T>transformed(Z2Form<T> form, Z2ToR2Function 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
-
Z2Form
public Z2Form()
-
-
Method Details
-
getXMin
- Specified by:
getXMinin interfaceZ2Boundary<T>
-
getYMin
- Specified by:
getYMinin interfaceZ2Boundary<T>
-
getXMax
- Specified by:
getXMaxin interfaceZ2Boundary<T>
-
getYMax
- Specified by:
getYMaxin interfaceZ2Boundary<T>
-
contains
-
intersects
- Specified by:
intersectsin interfaceBoundary<T>
-
transformed
-