Class: Sunniesnow::Tools::SvgPath::PathSegment
- Inherits:
-
Object
- Object
- Sunniesnow::Tools::SvgPath::PathSegment
show all
- Defined in:
- lib/sscharter/tools/svg_path.rb
Instance Method Summary
collapse
Instance Method Details
95
96
97
|
# File 'lib/sscharter/tools/svg_path.rb', line 95
def at t
raise NotImplementedError
end
|
#at_length(s) ⇒ Object
100
101
102
|
# File 'lib/sscharter/tools/svg_path.rb', line 100
def at_length s
raise NotImplementedError
end
|
105
106
107
|
# File 'lib/sscharter/tools/svg_path.rb', line 105
def begin
raise NotImplementedError
end
|
110
111
112
|
# File 'lib/sscharter/tools/svg_path.rb', line 110
def end
raise NotImplementedError
end
|
#length ⇒ Float
115
116
117
|
# File 'lib/sscharter/tools/svg_path.rb', line 115
def length
raise NotImplementedError
end
|