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