minor rewrite
This commit is contained in:
parent
8639deac1e
commit
20ecd2ab9d
8 changed files with 173 additions and 279 deletions
13
interfaces/main.cpp
Normal file
13
interfaces/main.cpp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import Crafter.Math;
|
||||
import std;
|
||||
|
||||
using namespace Crafter;
|
||||
|
||||
int main() {
|
||||
Vector<float, 3, 0> test(1,2,3);
|
||||
Vector<float, 3, 0> test2(1,2,3);
|
||||
Vector<float, 3, 0> test3(1,2,3);
|
||||
Vector<float, 3, 0> test4(1,2,3);
|
||||
Vector<float, 3, 0> test5(1,2,3);
|
||||
std::cout << IntersectionTestRayTriangle(test, test2, test3, test4, test5) << std::endl;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue