Artec 3D Scanning SDK  2.0
ProjectSettings.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace artec { namespace sdk { namespace project {
4 
5 /// Project settings
7 {
8  const wchar_t* path; ///< Path
9 };
10 
11 } } }
Point2< Type > project(const Point3< Type > &point, const GenericMatrix< 3, 4, Type > &m)
Definition: Matrix.h:759