Sha256: d0577bf75001036d48244df471542ef2a93c89a88acd79a6c28e603424177f5f

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

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


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/matrix.h>


RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Matrix)


namespace Rays
{


	RAYS_EXPORT Rucy::Class matrix_class ();
	// class Rays::Matrix


}// Rays


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Matrix> ()
	{
		return Rays::matrix_class();
	}


}// Rucy


#endif//EOH

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rays-0.3.4 include/rays/ruby/matrix.h
rays-0.3.3 include/rays/ruby/matrix.h
rays-0.3.2 include/rays/ruby/matrix.h
rays-0.3.1 include/rays/ruby/matrix.h
rays-0.3 include/rays/ruby/matrix.h