Module Origami::Graphics::Path::Segment
In: sources/parser/graphics/path.rb

Methods

new  

Attributes

from  [RW] 
to  [RW] 

Public Class methods

[Source]

    # File sources/parser/graphics/path.rb, line 64
64:         def initialize(from, to)
65:           @from, @to = from, to
66:         end

[Validate]