2 * vec_types.h dec 2000 Nzc
6 * ***** BEGIN GPL LICENSE BLOCK *****
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software Foundation,
20 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
23 * All rights reserved.
25 * The Original Code is: all of this file.
27 * Contributor(s): none yet.
29 * ***** END GPL LICENSE BLOCK *****
33 #ifndef DNA_VEC_TYPES_H
34 #define DNA_VEC_TYPES_H
37 typedef struct vec2s {
41 typedef struct vec2i {
45 typedef struct vec2f {
49 typedef struct vec2d {
53 typedef struct vec3i {
57 typedef struct vec3f {
61 typedef struct vec3d {
65 typedef struct vec4i {
69 typedef struct vec4f {
73 typedef struct vec4d {