7#ifndef IMAGINE_GRAPHICS_TYPES_H
8#define IMAGINE_GRAPHICS_TYPES_H
10#include <Imagine/Common.h>
44#ifndef DOXYGEN_SHOULD_SKIP_THIS
Array of fixed size.
Definition: FArray.h:17
Vector of fixed size.
Definition: FVector.h:17
DoublePoint3 DoubleVector3
Double space vector.
Definition: Types.h:21
FVector< float, 3 > FloatPoint3
Float space point.
Definition: Types.h:23
FVector< double, 3 > DoublePoint3
Double space point.
Definition: Types.h:19
FloatPoint3 FloatVector3
Float space vector.
Definition: Types.h:25
WindowInternal * Window
Handle to a display window.
Definition: Types.h:48
FArray< int, 3 > Triangle
Triangle to insert in a mesh, built from three space point indices.
Definition: Types.h:27
FArray< int, 4 > Quad
Quadrilateral to insert in a mesh, built from four space point indices.
Definition: Types.h:29
Coords< 2 > IntPoint2
Plane point with integral coordinates.
Definition: Types.h:17
WindowType
Type of Window.
Definition: Types.h:42