Box.from_corner_corner_height
- classmethod Box.from_corner_corner_height(corner1, corner2, height)
Construct a box from the opposite corners of its base and its height.
- Parameters
- Returns
Box
– The resulting box.
Examples
>>> box = Box.from_corner_corner_height([0.0, 0.0, 0.0], [1.0, 1.0, 0.0], 1.0)