Frustum.this

Constructs the frustum from 6 planes.

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

Parameters

planes Plane[6]

the 6 frustum planes in the order: left, right, bottom, top, near, far.

Meta