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

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

#pragma once

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

namespace embree
{
  namespace isa
  {
    struct Cylinder
    {};

    template<int N>
      struct CylinderN
    {};
  }
}