abstract struct RayTracerChallenge::Common
- RayTracerChallenge::Common
- Struct
- Value
- Object
Overview
Common code shared by Point and Vector
Direct Known Subclasses
Defined in:
ray_tracer_challenge/common.crConstructors
Instance Method Summary
-
#-
note: maybe use #neg or #negate instead?
- #div(scalar)
- #mul(scalar)
- #point?
- #vector?
- #w
- #x : Float64
- #y : Float64
- #z : Float64