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 TBox
TNumber.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 TBox
TBox.from_hexwkb
(String hexwkb) Returns a "TBox" from its WKB representation in hex-encoded ASCII.static TBox
Returns a "TBox" from aTime
class.static TBox
TBox.from_tnumber
(TNumber temporal) Returns a "TBox" from aTNumber
object.static TBox
TBox.from_value_number
(Number value) static TBox
TBox.from_value_span
(Span span) Returns a "TBox" from a numeric value or span.static TBox
TBox.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".