Top Level Namespace

Defined Under Namespace

Modules: Gfx, Physics, Simulation, Toxi, Toxiclibs, Volume

Constant Summary collapse

TVec2D =

to disambiguate our own Vec2D and Vec3D we give new name to toxi versions

Toxi::Vec2D
TVec3D =
Toxi::Vec3D
AABB =
Toxi::AABB
TColor =

alias Toxi::TColor

Toxi::TColor

Instance Method Summary collapse

Instance Method Details

#import_class_list(list, string) ⇒ Object



4
5
6
# File 'lib/toxiclibs.rb', line 4

def import_class_list(list, string)
  list.each { |klass| java_import format(string, klass) }
end