Class: Math::Geometry::Circle
- Inherits:
-
PlaneFigure
- Object
- Shape
- PlaneFigure
- Math::Geometry::Circle
- Defined in:
- lib/ruuuby/math/geometry/shape/circle.rb
Overview
●
Instance Attribute Summary
Attributes inherited from PlaneFigure
Instance Method Summary collapse
-
#initialize(radius) ⇒ Circle
constructor
A new instance of Circle.
- #sum_of_interior_angles ⇒ Object
Constructor Details
Instance Method Details
#sum_of_interior_angles ⇒ Object
22 |
# File 'lib/ruuuby/math/geometry/shape/circle.rb', line 22 def sum_of_interior_angles; ::ThetaAngle.new_degree(360); end |