class Celestine::FPoint
- Celestine::FPoint
- Reference
- Object
Defined in:
math/point.crConstant Summary
-
OPERATIONS =
[:+, :-, :/, :*]
-
ZERO =
Celestine::FPoint.new(0.0, 0.0)
Constructors
Instance Method Summary
- #*(other : Celestine::FPoint)
- #+(other : Celestine::FPoint)
- #-(other : Celestine::FPoint)
- #/(other : Celestine::FPoint)
- #to_s(io)
- #x : Float64
- #x=(x : Float64)
- #y : Float64
- #y=(y : Float64)