about summary refs log tree commit diff
path: root/converter/other/pamtosvg/point.h
blob: 037ec8a0302e53a8a220d5cd51437d3a2b3bf8ca (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef POINT_H_INCLUDED
#define POINT_H_INCLUDED

typedef struct {
  float x, y, z;
} float_coord;

#endif