LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
geometry.h
Go to the documentation of this file.
1 // Copyright 2015 Trimble Navigation Ltd., All rights reserved.
2 // This file is intended for public distribution.
3 
4 #ifndef LAYOUT_GEOMETRY_GEOMETRY_H_
5 #define LAYOUT_GEOMETRY_GEOMETRY_H_
6 
7 #include <SketchUpAPI/geometry.h>
8 
9 #pragma pack(push, 8)
10 
16 
22 
29 
30 
37 
48 };
49 
60 
66 
71 struct LORect2D {
74 };
75 
76 #pragma pack(pop)
77 
78 #endif // LAYOUT_GEOMETRY_GEOMETRY_H_