class Crystalg::Geometry::Circle(T)
- Crystalg::Geometry::Circle(T)
- Reference
- Object
Defined in:
crystalg/geometry/circle.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #center : Point(T)
- #circumscribed_circle(a, b)
- #contain?(target)
-
#intersection(other)
returns number of the common tangents
- #intersection_area(other)
- #intersection_points(other : self)
- #intersection_points(line)
- #radius : T
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.