FrustumIntersection.set

Update the stored frustum planes of <code>this</code> {@link FrustumIntersection} with the given {@link Matrix4d matrix}. <p> Reference: <a href="http://gamedevs.org/uploads/fast-extraction-viewing-frustum-planes-from-world-view-projection-matrix.pdf"> Fast Extraction of Viewing Frustum Planes from the World-View-Projection Matrix</a>

@param m the {@link Matrix4d matrix} to update <code>this</code> frustum culler's frustum planes from @return this

  1. FrustumIntersection set(Matrix4d m)
    struct FrustumIntersection
  2. FrustumIntersection set(Matrix4d m, bool allowTestSpheres)

Meta