struct Woozy::LocalPos

Overview

Represents a local position of a block, relative to the (-x, -y, -z) corner of the chunk it resides in

Defined in:

local_pos.cr

Instance Method Summary

Instance methods inherited from struct Woozy::Pos3

%(other : self) : self
%(value : Int32) : self
%
, *(other : self) : self
*(value : Int32) : self
*
, **(other : self) : self
**(value : Int32) : self
**
, +(other : self) : self
+(value : Int32) : self
+
, -(other : self) : self
-(value : Int32) : self
- : self
-
, /(other : self) : self
/(value : Int32) : self
/
, //(other : self) : self
//(value : Int32) : self
//
, hash(hasher) hash, splat : Tuple(Int32, Int32, Int32) splat, splat_f32 : Tuple(Float32, Float32, Float32) splat_f32, to(other : self, & : self -> ) : Nil to, x : Int32 x, y : Int32 y, z : Int32 z

Constructor methods inherited from struct Woozy::Pos3

new(x : Int32, y : Int32, z : Int32) new

Instance Method Detail

def index : Int32 #

[View source]
def to_xz : LocalPosXZ #

[View source]
def valid? : Bool #

[View source]