module 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 61 def initialize(from, to) @from, @to = from, to end