struct Shale::Vector4(T)
- Shale::Vector4(T)
- Struct
- Value
- Object
Defined in:
shale/vector.crConstructors
Instance Method Summary
- #*(other : self) : self
- #*(value : Number) : self
- #+(other : self) : self
- #+(value : Number) : self
- #-(other : self) : self
- #-(value : Number) : self
- #/(other : self) : self
- #/(value : Number) : self
- #==(other : self) : Bool
- #abs : self
- #cross(other : self) : self
- #dot(other : self) : Float
- #len : Float
- #lerp(other : self, factor : Float32) : self
- #max : Float
- #normalized : self
- #w : T
- #x : T
- #y : T
- #z : T