v0.1.0
Fast, portable C library for geometry input/output
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Modules
stl_constants.h
Go to the documentation of this file.
1 /****************************************************************************
2 ** gmio
3 ** Copyright Fougue (24 Jun. 2016)
4 ** contact@fougue.pro
5 **
6 ** This software is a reusable library whose purpose is to provide complete
7 ** I/O support for various CAD file formats (eg. STL)
8 **
9 ** This software is governed by the CeCILL-B license under French law and
10 ** abiding by the rules of distribution of free software. You can use,
11 ** modify and/ or redistribute the software under the terms of the CeCILL-B
12 ** license as circulated by CEA, CNRS and INRIA at the following URL
13 ** "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html".
14 ****************************************************************************/
15 
23 #ifndef GMIO_STL_CONSTANTS_H
24 #define GMIO_STL_CONSTANTS_H
25 
26 #include "../gmio_core/global.h"
27 
29 {
31  GMIO_STL_COORDS_RAWSIZE = (3 * sizeof(float)),
32 
35 
38 
41 
45 };
46 
47 #endif /* GMIO_STL_CONSTANTS_H */
48 
gmio_stl_constants
Definition: stl_constants.h:28
Compact size of a gmio_stl_triangle object, STL binary format.
Definition: stl_constants.h:37
Compact size of a gmio_stl_triangle object, STL ascii format.
Definition: stl_constants.h:34
Size(in bytes) of the minimum contents possible with the STL binary format.
Definition: stl_constants.h:44
Compact size of a gmio_vec3f object.
Definition: stl_constants.h:31
Size(in bytes) of the header data for STL binary.
Definition: stl_constants.h:40
Fougue © 2016