struct RayTracerChallenge::Vector
- RayTracerChallenge::Vector
- RayTracerChallenge::Common
- Struct
- Value
- Object
Defined in:
ray_tracer_challenge/vector.crInstance Method Summary
- #add(other : Vector)
- #add(other : Point)
- #cross(other : Vector)
- #dot(other : Vector)
- #magnitude
- #normalize
- #sub(other : Vector)
- #sub(other : Point)
- #to_tuple
- #vector?