A B C D E F G H I L M N O P R S T U V W X Y Z

H

height - Static variable in class tracer.Tracer
 
hit - Variable in class tracer.IntersectionInfo
 
hit(Ray) - Method in class tracer.Plane
 
hit(Traceable) - Method in class tracer.Ray
Checks if the ray (origin + t*direction) hits the scene with 0 <= t <= 1.
hit(Ray) - Method in class tracer.Sphere
 
hit(Ray) - Method in class tracer.Traceable
Returns a boolean indicating whether the line segment (r.origin + t*r.direction) with 0 <= t <= 1 intersects the object.
hit(Ray) - Method in class tracer.Triangle
 

A B C D E F G H I L M N O P R S T U V W X Y Z