transform_box
Description:
[
Version ( since =
"1.2" ) ]
public Box transform_box (
Box b)
Transforms the vertices of a Box using the given matrix
this.
The result is the axis aligned bounding box containing the transformed vertices.
Parameters:
this |
a Matrix
|
b |
a Box
|
res |
return location for the bounds of the transformed box
|