query.cpp file
Main for the executable query.
Contents
- Reference
Functions
- auto main(int argc, char** argv) -> int
Function documentation
int main(int argc, char** argv)
The main function takes as input a 3D point and a filename for the OBJ. It performs then the query of the 3D point against the loaded OBJ and ouputs the result in the standart output.