Constructor
Members
Methods
containsBox(box) → {boolean}
Check if the given box is contains inside the frustum
Parameters:
Name | Type | Description |
---|---|---|
box |
Box | A Box instance |
True if box is contained
boolean
fromMatrix(matrix)
Apply a transformation matrix to the frustum
Parameters:
Name | Type | Description |
---|---|---|
matrix |
glMatrix.mat4 | A matrix |