class Crystush2d::Point
- Crystush2d::Point
- Reference
- Object
Defined in:
crystush2d/point.crConstructors
Instance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #to_s(io)
- #x : Float64
- #x=(x : Float64)
- #y : Float64
- #y=(y : Float64)
Constructor Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).