Sha256: ea0ae7ebaebb2ffa9ee4f96094b4225e0f7b2ecd0c8cc2f28c09577de2ca0c04
Contents?: true
Size: 502 Bytes
Versions: 3
Compression:
Stored size: 502 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> RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Bounds) namespace Rays { RAYS_EXPORT Rucy::Class bounds_class (); // class Rays::Bounds }// Rays namespace Rucy { template <> inline Class get_ruby_class<Rays::Bounds> () { return Rays::bounds_class(); } }// Rucy #endif//EOH
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rays-0.3.2 | include/rays/ruby/bounds.h |
rays-0.3.1 | include/rays/ruby/bounds.h |
rays-0.3 | include/rays/ruby/bounds.h |