godot/thirdparty/embree/kernels/builders/priminfo.h

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

#pragma once

#include "primref.h"

namespace embree
{
  // FIXME: maybe there's a better place for this util fct
  __forceinline float areaProjectedTriangle(const Vec3fa& v0, const Vec3fa& v1, const Vec3fa& v2)
  {}

  //namespace isa
  //{
    template<typename BBox>
      class CentGeom
    {};

    CentGeomBBox3fa;

    /*! stores bounding information for a set of primitives */
    template<typename BBox>
      class PrimInfoT : public CentGeom<BBox>
    {};

    PrimInfo;
    //typedef PrimInfoT<LBBox3fa> PrimInfoMB;
//}
}