Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z
T
textureMap(IntersectionInfo)
- Method in class tracer.
Ray
times(float)
- Method in class tracer.
Vec3
Multiplication by a scalar.
times(Vec3)
- Method in class tracer.
Vec3
Component-wise multiply
tokenizer
- Variable in class tracer.
Parser
tokenWasUnexpected()
- Method in class tracer.
Parser
ToneMapper
- Class in
tracer
Used for mapping floating point representations of colors into packed-int colors as used by Java.
ToneMapper(float)
- Constructor for class tracer.
ToneMapper
top
- Variable in class tracer.
Camera
toString()
- Method in class tracer.
Vec3
Returns a string representation of this vector, of the form "<number, number, number>" as can be parsed by the parse(Parser) method.
trace(Traceable, int)
- Method in class tracer.
Ray
Does the actual `raytracing'.
Traceable
- Class in
tracer
Base class for all visible objects.
Traceable()
- Constructor for class tracer.
Traceable
tracePixel(int, int)
- Method in class tracer.
Tracer
Given (x,y) coordinates of the pixel to be traced, constructs the primary ray, raytraces it (by calling Ray.trace) and returns the result (the color for the pixel).
tracer
- package tracer
Tracer
- Class in
tracer
The main class.
Tracer()
- Constructor for class tracer.
Tracer
Triangle
- Class in
tracer
Triangle(Vec3, Vec3, Vec3)
- Constructor for class tracer.
Triangle
Triangle()
- Constructor for class tracer.
Triangle
tryKeyword(String)
- Method in class tracer.
Parser
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
X
Y
Z