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



4
5
6
# File 'lib/mittsu/math/spline.rb', line 4

def chunks
  @chunks
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



4
5
6
# File 'lib/mittsu/math/spline.rb', line 4

def total
  @total
end