Flatiron School: Your First Ruby Gem of Many

Build Status

Usage

Install frgom, add the following to Gemfile.

gem 'frgom'

Splines

Frgom::Splines::B

This is a B-spline that can be reticulated.

spline = Frgom::Splines::B.new
spline.reticulated? # false
spline.reticulate!
spline.reticulated? # true

License

Copyright (c) 2018 Daniel Doubrovkine and Contributors

MIT License, see LICENSE for details.