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
)
-
Doublemin_uThe first coordinate of min.
-
Doublemin_vThe second coordinate of min.
-
Doublemax_uThe first coordinate of max.
-
Doublemax_vThe second coordinate of max.