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