Application.NewBoundingBoxUV
Description:
Creates a two-dimensional rectangle with supplied values.
Creates a two-dimensional rectangle with supplied values.
Overloads (2):
public BoundingBoxUV NewBoundingBoxUV(
double min_u,
double min_v,
double max_u,
double max_v
)
-
min_uThe first coordinate of min.
-
min_vThe second coordinate of min.
-
max_uThe first coordinate of max.
-
max_vThe second coordinate of max.