Uses of Class
types.boxes.TBox
Packages that use TBox
-
Uses of TBox in types.basic.tnumber
Methods in types.basic.tnumber that return TBoxModifier and TypeMethodDescriptiondefault TBoxTNumber.bounding_tbox()Returns the bounding box of "this". -
Uses of TBox in types.boxes
Methods in types.boxes that return TBoxModifier and TypeMethodDescriptionReturns the union of "this" with "other".TBox.copy()Returns a copy of "this".Returns the result of expanding "this" with the "other".static TBoxTBox.from_hexwkb(String hexwkb) Returns a "TBox" from its WKB representation in hex-encoded ASCII.static TBoxReturns a "TBox" from aTimeclass.static TBoxTBox.from_tnumber(TNumber temporal) Returns a "TBox" from aTNumberobject.static TBoxTBox.from_value_number(Number value) static TBoxTBox.from_value_span(Span span) Returns a "TBox" from a numeric value or span.static TBoxTBox.from_value_time(Object value, Object time) Returns a "TBox" from a numerical and a temporal object.TBox.intersection(TBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".TBox.round()Returns "this" rounded to the given number of decimal digits.TBox.round(int maxdd) Returns "this" rounded to the given number of decimal digits.Returns the union of "this" with "other".Methods in types.boxes with parameters of type TBoxModifier and TypeMethodDescriptionReturns the union of "this" with "other".TBox.intersection(TBox other) Returns the intersection of "this" with "other".Returns the intersection of "this" with "other".Returns the union of "this" with "other".