Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
bresenham
master
Bresenham
Bresenham
Coordinate
Octant
Generated using Crystal 1.12.2
2024-08-30 06:17:12 UTC
class
Bresenham::
Coordinate
Bresenham::Coordinate
Reference
Object
Defined in:
coordinate.cr
Constructors
.new
(x : Int32, y : Int32)
Instance Method Summary
#x
: Int32
#y
: Int32
Constructor Detail
def self.
new
(x : Int32, y : Int32)
#
[
View source
]
Instance Method Detail
def
x
: Int32
#
[
View source
]
def
y
: Int32
#
[
View source
]