root/OpenSceneGraph/trunk/src/osgPlugins/3ds/lib3ds_float.h
@
6461
| Revision 6461, 1.2 kB (checked in by robert, 6 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | /* -*- c -*- */ |
| 2 | #ifndef INCLUDED_LIB3DS_FLOAT_H |
| 3 | #define INCLUDED_LIB3DS_FLOAT_H |
| 4 | /* |
| 5 | * The 3D Studio File Format Library |
| 6 | * Copyright (C) 1996-2001 by J.E. Hoffmann <je-h@gmx.net> |
| 7 | * All rights reserved. |
| 8 | * |
| 9 | * This program is free software; you can redistribute it and/or modify it |
| 10 | * under the terms of the GNU Lesser General Public License as published by |
| 11 | * the Free Software Foundation; either version 2.1 of the License, or (at |
| 12 | * your option) any later version. |
| 13 | * |
| 14 | * This program is distributed in the hope that it will be useful, but |
| 15 | * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| 16 | * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public |
| 17 | * License for more details. |
| 18 | * |
| 19 | * You should have received a copy of the GNU Lesser General Public License |
| 20 | * along with this program; if not, write to the Free Software Foundation, |
| 21 | * Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 22 | * |
| 23 | * $Id$ |
| 24 | */ |
| 25 | |
| 26 | #ifndef INCLUDED_LIB3DS_TYPES_H |
| 27 | #include "types.h" |
| 28 | #endif |
| 29 | |
| 30 | #ifdef __cplusplus |
| 31 | extern "C" { |
| 32 | #endif |
| 33 | |
| 34 | extern LIB3DSAPI Lib3dsFloat lib3ds_float_cubic(Lib3dsFloat a, Lib3dsFloat p, |
| 35 | Lib3dsFloat q, Lib3dsFloat b, Lib3dsFloat t); |
| 36 | |
| 37 | #ifdef __cplusplus |
| 38 | } |
| 39 | #endif |
| 40 | #endif |
Note: See TracBrowser
for help on using the browser.
