rendering-in-cgi/Framework/external/embree/tutorials/common/math/affinespace.h
2024-04-23 10:14:24 +02:00

12 lines
261 B
C++

// Copyright 2009-2021 Intel Corporation
// SPDX-License-Identifier: Apache-2.0
#pragma once
#include "../../../common/math/affinespace.h"
namespace embree
{
__forceinline bool eq (const AffineSpace3fa& a, const AffineSpace3fa& b) { return a == b; }
}