Class: Mittsu::Spline::Length
- Inherits:
-
Struct
- Object
- Struct
- Mittsu::Spline::Length
- Defined in:
- lib/mittsu/math/spline.rb
Instance Attribute Summary collapse
-
#chunks ⇒ Object
Returns the value of attribute chunks.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#chunks ⇒ Object
Returns the value of attribute chunks
4 5 6 |
# File 'lib/mittsu/math/spline.rb', line 4 def chunks @chunks end |
#total ⇒ Object
Returns the value of attribute total
4 5 6 |
# File 'lib/mittsu/math/spline.rb', line 4 def total @total end |