struct Woozy::GlobalPos
- Woozy::GlobalPos
- Woozy::Pos3
- Struct
- Value
- Object
Overview
Represents an absolute position of a block, relative to the origin of the world
Defined in:
global_pos.crInstance Method Summary
- #%(other : LocalPos) : self
- #*(other : LocalPos) : self
- #**(other : LocalPos) : self
- #+(other : LocalPos) : self
- #-(other : LocalPos) : self
- #/(other : LocalPos) : self
- #//(other : LocalPos) : self
- #to_chunk_pos : ChunkPos
- #to_local_pos : LocalPos
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