Class: Mittsu::Spline::Length

Inherits:
Struct
  • Object
show all
Defined in:
lib/mittsu/math/spline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#chunksObject

Returns the value of attribute chunks

Returns:

  • (Object)

    the current value of chunks



6
7
8
# File 'lib/mittsu/math/spline.rb', line 6

def chunks
  @chunks
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



6
7
8
# File 'lib/mittsu/math/spline.rb', line 6

def total
  @total
end