Frustum.this

Constructs the frustum from a model-view-projection matrix.

  1. this(mat4 mvp)
    struct Frustum
    @safe pure nothrow
    this
  2. this(Plane[6] planes)

Parameters

mvp mat4

a model-view-projection matrix

Meta