2027 Method
Changes 0
M

Application.NewBoundingBoxUV

Description:
Creates a two-dimensional rectangle with supplied values.
Overloads (2):
NewBoundingBoxUV(Double,Double,Double,Double)
public BoundingBoxUV NewBoundingBoxUV(
	double min_u,
	double min_v,
	double max_u,
	double max_v
)
  • Double
    min_u
    The first coordinate of min.
  • Double
    min_v
    The second coordinate of min.
  • Double
    max_u
    The first coordinate of max.
  • Double
    max_v
    The second coordinate of max.
Return Value BoundingBoxUV BoundingBoxUV