init_from_points
Description:
public unowned Box?
init_from_points (
Point3D[] points)
Initializes the given Box with the given array of vertices.
If points.length
is 0, the returned box is initialized with
empty.
Parameters:
this |
the Box to initialize
|
points |
an array of Point3D
|
n_points |
the number Point3D in the points array
|
Returns: