LayOut C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ellipse.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_MODEL_ELLIPSE_H_
5 #define LAYOUT_MODEL_ELLIPSE_H_
6 
7 #include <LayOutAPI/common.h>
9 #include <LayOutAPI/model/defs.h>
10 
16 #ifdef __cplusplus
17 extern "C" {
18 #endif // __cplusplus
19 
32  const LOAxisAlignedRect2D* bounds);
33 
42 
53 
64 
74 
75 #ifdef __cplusplus
76 } // end extern "C"
77 #endif // __cplusplus
78 
79 #endif // LAYOUT_MODEL_ELLIPSE_H_