source: trunk/packages/vizservers/nanovis/datatype.h @ 2277

Last change on this file since 2277 was 2096, checked in by ldelgass, 13 years ago

Normalize line endings, set eol-style to native on *.cpp, *.h files

  • Property svn:eol-style set to native
File size: 111 bytes
Line 
1#pragma once
2#include <vrmath/vrVector3f.h>
3
4typedef vrVector3f float3;
5
6struct color4 {
7        float r, g, b, a;
8};
Note: See TracBrowser for help on using the repository browser.