class Vector4
- Vector4
- Reference
- Object
Defined in:
vector4.crConstructors
Class Method Summary
Instance Method Summary
- #%(other)
- #*(other : Float64)
- #*(other : Vector4)
- #+(other)
- #-(other)
- #-
- #/(other)
-
#==(other)
Returns
false
(other can only be aValue
here). - #length
- #norm
- #point?
- #vector?
- #w : Float64
- #x : Float64
- #y : Float64
- #z : Float64
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).