class Crystalg::Geometry::Point(T)
- Crystalg::Geometry::Point(T)
- Reference
- Object
Included Modules
- Comparable(Crystalg::Geometry::Point(T))
Defined in:
crystalg/geometry/point.crConstructors
Instance Method Summary
- #*(other)
- #+(other : self)
- #-(other : self)
- #/(other)
- #<=>(other)
-
#==(other)
Returns
false
(other can only be aValue
here). - #arg
- #cross(other)
- #distance(other)
- #dot(other)
- #norm
- #rotate(radian, pivot = Point.new(0, 0))
- #x : T
- #y : T
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).