Sha256: 8fce240a85bba709208c785dc5d4b3e966471f0fcc2d67ad3a64fbd4ce4ce83d

Contents?: true

Size: 477 Bytes

Versions: 4

Compression:

Stored size: 477 Bytes

Contents

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


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/bounds.h>
#include <rays/ruby/point.h>


namespace Rays
{


	Rucy::Class bounds_class ();
	// class Rays::Bounds


}// Rays


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Bounds)


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Bounds> ()
	{
		return Rays::bounds_class();
	}


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rays-0.1.32 include/rays/ruby/bounds.h
rays-0.1.31 include/rays/ruby/bounds.h
rays-0.1.30 include/rays/ruby/bounds.h
rays-0.1.29 include/rays/ruby/bounds.h