godot/thirdparty/embree/kernels/geometry/plane.h

// Copyright 2009-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0

#pragma once

#include "../common/ray.h"

namespace embree
{
  namespace isa
  {
    struct HalfPlane
    {};

    template<int M>
      struct HalfPlaneN
      {};
  }
}