Class: Sevgi::Geometry::LengthAngle

Inherits:
Data
  • Object
show all
Defined in:
lib/sevgi/geometry/segment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#angleObject (readonly)

Returns the value of attribute angle

Returns:

  • (Object)

    the current value of angle



58
59
60
# File 'lib/sevgi/geometry/segment.rb', line 58

def angle
  @angle
end

#lengthObject (readonly)

Returns the value of attribute length

Returns:

  • (Object)

    the current value of length



58
59
60
# File 'lib/sevgi/geometry/segment.rb', line 58

def length
  @length
end