Methods

Class/Module Index [+]

Quicksearch

Origami::Graphics::Path::Segment

Attributes

from[RW]
to[RW]

Public Class Methods

new(from, to) click to toggle source
# File lib/origami/graphics/path.rb, line 65
def initialize(from, to)
  @from, @to = from, to
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.