Sha256: d5c2aba9fe7b3ef54fd01f260b5114ae3c506237b78a411d95caa546b63df968

Contents?: true

Size: 222 Bytes

Versions: 6

Compression:

Stored size: 222 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __REFLEX_POINT_H__
#define __REFLEX_POINT_H__


#include <rays/point.h>


namespace Reflex
{


	using Rays::Coord2;

	using Rays::Coord3;

	using Rays::Point;


}// Reflex


#endif//EOH

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reflexion-0.1.12 include/reflex/point.h
reflexion-0.1.11 include/reflex/point.h
reflexion-0.1.10 include/reflex/point.h
reflexion-0.1.9.1 include/reflex/point.h
reflexion-0.1.9 include/reflex/point.h
reflexion-0.1.8 include/reflex/point.h