Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-paint
master
GuiPoint
Main
Point
Built with Crystal 1.9.2
2023-10-07 17:24:30 UTC
class
Point
Point
Reference
Object
Defined in:
poligons/point.cr
Constructors
.new
(xpos : Float64, ypos : Float64)
Instance Method Summary
#vector_x
(window_width : Int32)
#vector_y
(window_height : Int32)
Constructor Detail
def self.
new
(xpos : Float64, ypos : Float64)
#
[
View source
]
Instance Method Detail
def
vector_x
(window_width : Int32)
#
[
View source
]
def
vector_y
(window_height : Int32)
#
[
View source
]