abstract struct Woozy::Pos3
- Woozy::Pos3
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
pos3.crConstructors
Instance Method Summary
- #%(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)
See
Object#hash(hasher)
- #splat : Tuple(Int32, Int32, Int32)
- #splat_f32 : Tuple(Float32, Float32, Float32)
- #to(other : self, & : self -> ) : Nil
- #x : Int32
- #y : Int32
- #z : Int32