init
Description:
public unowned Box?
init (
Point3D? min,
Point3D? max)
Initializes the given Box with two vertices.
Parameters:
this |
the Box to initialize
|
min |
the coordinates of the minimum vertex
|
max |
the coordinates of the maximum vertex
|
Returns: