class Vector
- Vector
- Reference
- Object
Defined in:
vector.crConstructors
Class Method Summary
Instance Method Summary
- #*(scalar : Float64)
- #-
- #/(scalar : Float64)
- #==(other : Vector)
- #add(t : Point | Vector)
- #cross(v : Vector)
- #dot(other : Vector)
- #magnitude
- #normalize
- #sub(v : Vector)
- #tup : {Float64, Float64, Float64, Float64}
- #w
- #x
- #y
- #z