Sha256: dfd26fdad3534a102d2f30099ccfdf3da8c17a441fd0392c77864c374238cc1d
Contents?: true
Size: 487 Bytes
Versions: 16
Compression:
Stored size: 487 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_H__ #define __RAYS_RUBY_H__ #include <rays/ruby/rays.h> #include <rays/ruby/point.h> #include <rays/ruby/bounds.h> #include <rays/ruby/color.h> #include <rays/ruby/color_space.h> #include <rays/ruby/matrix.h> #include <rays/ruby/polyline.h> #include <rays/ruby/polygon.h> #include <rays/ruby/bitmap.h> #include <rays/ruby/image.h> #include <rays/ruby/font.h> #include <rays/ruby/shader.h> #include <rays/ruby/painter.h> #endif//EOH
Version data entries
16 entries across 16 versions & 1 rubygems