struct Position

Defined in:

buffer/types.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32, z : Int32) #

[View source]

Class Method Detail

def self.from_long(value : Int64) #

[View source]

Instance Method Detail

def to_long : Int64 #

[View source]
def x : Int32 #

[View source]
def x=(x : Int32) #

[View source]
def y : Int32 #

[View source]
def y=(y : Int32) #

[View source]
def z : Int32 #

[View source]
def z=(z : Int32) #

[View source]