2025 Constructor
Changes 0
C

BoundingBoxUV(Double, Double, Double, Double)

Description:
Creates object with supplied values.
Overloads (2):
BoundingBoxUV(Double,Double,Double,Double)
public BoundingBoxUV(
	double min_u,
	double min_v,
	double max_u,
	double max_v
)
  • min_u
    The first coordinate of min.
  • min_v
    The second coordinate of min.
  • max_u
    The first coordinate of max.
  • max_v
    The second coordinate of max.