Box.Box Constructors
Initializes a new instance of the Box class.
Overload List
Name | Description | |
---|---|---|
Public method | Box() | Initializes a new empty instance of the Box class |
Public method | Box(System.Double xMin, System.Double yMin, System.Double zMin, System.Double xMax, System.Double yMax, System.Double zMax) | Initializes a new instance of the Box class with the given |
Box()
Initializes a new empty instance of the Box classSyntax
public Box ()
Box(System.Double xMin, System.Double yMin, System.Double zMin, System.Double xMax, System.Double yMax, System.Double zMax)
Initializes a new instance of the Box class with the givenSyntax
public Box (
System.Double xMin,
System.Double yMin,
System.Double zMin,
System.Double xMax,
System.Double yMax,
System.Double zMax
)
Parameters
xMin
Type: System.Double
The minimum x-coordinate of the box.
The minimum x-coordinate of the box.
yMin
Type: System.Double
The minimum y-coordinate of the box.
The minimum y-coordinate of the box.
zMin
Type: System.Double
The minimum z-coordinate of the box.
The minimum z-coordinate of the box.
xMax
Type: System.Double
The maximum x-coordinate of the box.
The maximum x-coordinate of the box.
yMax
Type: System.Double
The maximum y-coordinate of the box.
The maximum y-coordinate of the box.
zMax
Type: System.Double
The maximum z-coordinate of the box.
The maximum z-coordinate of the box.
Platforms
Windows, Linux, Android