LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
bounding_box.h
Go to the documentation of this file.
1 // Copyright 2017 Trimble Inc., All rights reserved.
2 
7 #ifndef SKETCHUP_GEOMETRY_BOUNDING_BOX_H_
8 #define SKETCHUP_GEOMETRY_BOUNDING_BOX_H_
9 
10 #include <SketchUpAPI/geometry.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif // __cplusplus
15 
28  const struct SUBoundingBox3D* bounding_box, struct SUPoint3D* mid_point);
29 
30 #ifdef __cplusplus
31 } // end extern "C"
32 #endif // __cplusplus
33 
34 #endif // SKETCHUP_GEOMETRY_BOUNDING_BOX_H_