NTRT Simulator
v1.1
|
Simple tests for determining the order of points in space. More...
#include "tgcreator/tgUtil.h"
#include "LinearMath/btScalar.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btQuaternion.h"
#include <iostream>
#include <cmath>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Simple tests for determining the order of points in space.
Definition in file AppLineInsertionCheck.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
The entry point.
[in] | argc | the number of command-line arguments |
[in] | argv | argv[0] is the executable name |
Definition at line 42 of file AppLineInsertionCheck.cpp.