class Crystalg::Geometry::Polygon(T)
- Crystalg::Geometry::Polygon(T)
- Reference
- Object
Defined in:
crystalg/geometry/polygon.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #[](i)
- #area
- #contain(target : Point(T)) : Containment
- #convex_cut(line : Line(T))
- #convex_hull
- #cur(i)
- #diameter
- #is_convex?
- #nxt(i)
- #prv(i)
- #size
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.