<Code Lib>
2026 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
)

  • 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.

Loading…