struct HitRecord
- HitRecord
- Struct
- Value
- Object
Defined in:
hittable.crConstructors
Instance Method Summary
- #front_face? : Bool
- #normal : Vec3
- #object : Hittable
- #p : Vec3
- #t : Float64
- #u : Float64
- #v : Float64
Constructor Detail
def self.new(object : Hittable, p : Vec3, t : Float64, r : Ray, outward_normal : Vec3, u : Float64 = 0.0, v : Float64 = 0.0)
#