Initial commit.
This commit is contained in:
commit
d3bb49b3f5
1073 changed files with 484757 additions and 0 deletions
12
Framework/external/embree/tutorials/common/math/affinespace.h
vendored
Normal file
12
Framework/external/embree/tutorials/common/math/affinespace.h
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
// 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; }
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue