forked from ConfettiFX/The-Forge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Michael Pollind <[email protected]>
- Loading branch information
Showing
6 changed files
with
75 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#include "TF_Types.h" | ||
|
||
static const float TF_PI = 3.14159265358979323846f; | ||
static const float TF_TAU = 6.283185307179586476925f; //!< pi*2 constant | ||
static const float TF_HALF_PI = 1.570796326794896619231f; //!< pi/2 constant | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,4 @@ | ||
static const float TF_PI = 3.14159265358979323846f; | ||
static const float TF_TAU = 6.283185307179586476925f; //!< pi*2 constant | ||
static const float TF_HALF_PI = 1.570796326794896619231f; //!< pi/2 constant | ||
#include "Internal/ScalarTypes.h" | ||
|
||
struct float2 | ||
{ | ||
}; | ||
|
||
struct float2x3 | ||
{ | ||
}; | ||
|
||
struct float2x4 | ||
{ | ||
}; | ||
|
||
struct float3 | ||
{ | ||
}; | ||
|
||
struct float3x2 | ||
{ | ||
}; | ||
|
||
struct float3x3 | ||
{ | ||
}; | ||
|
||
struct float3x4 | ||
{ | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#include "Internal/SimdTypes.h" | ||
#include "Internal/ScalarTypes.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters