class Celestine::FPoint inherits Reference # Constants# OPERATIONS = [:+, :-, :/, :*] # ZERO = Celestine::FPoint.new(0.0, 0.0) # Class methods# .new(x : Float64 | Float32 | Int32, y : Float64 | Float32 | Int32) # View source Methods# #*(other : Celestine::FPoint) # View source #+(other : Celestine::FPoint) # View source #-(other : Celestine::FPoint) # View source #/(other : Celestine::FPoint) # View source #to_s(io) # View source #x : Float64 # View source #x=(x : Float64) # View source #y : Float64 # View source #y=(y : Float64) # View source