GSTPy.Box¶
-
class
GSTPy.Box¶ Axis-aligned minimum bounding box.
-
__init__((object)self[, (float)xmin=0.0[, (float)xmax=0.0[, (float)ymin=0.0[, (float)ymax=0.0[, (float)zmin=0.0[, (float)zmax=0.0]]]]]]) → None¶
-
xmax¶ The maximum of x.
Type: float
-
xmin¶ The minimum of x.
Type: float
-
ymax¶ The maximum of y.
Type: float
-
ymin¶ The minimum of y.
Type: float
-
zmax¶ The maximum of z.
Type: float
-
zmin¶ The minimum of z.
Type: float
-