struct Woozy::LocalPos
- Woozy::LocalPos
- Woozy::Pos3
- Struct
- Value
- Object
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.crInstance 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