class Crystalg::Geometry::Circle(T)

Defined in:

crystalg/geometry/circle.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(center : Crystalg::Geometry::Point(T), radius : T) #

[View source]

Class Method Detail

def self.circumscribed_circle(p, q, r) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


[View source]
def center : Point(T) #

[View source]
def circumscribed_circle(a, b) #

[View source]
def contain?(target) #

[View source]
def intersection(other) #

returns number of the common tangents


[View source]
def intersection_area(other) #

[View source]
def intersection_points(other : self) #

[View source]
def intersection_points(line) #

[View source]
def radius : T #

[View source]