Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
L
M
N
O
P
R
S
T
U
V
M
Material
- class raytracer.objects.
Material
.
Material()
- Constructor for class raytracer.objects.
Material
Matrix
- class raytracer.internal.
Matrix
.
A 4x4 matrix for operations with homogenous coordinates in three dimensions
Matrix()
- Constructor for class raytracer.internal.
Matrix
Creates an empty (not unified!)
Matrix(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)
- Constructor for class raytracer.internal.
Matrix
Creates a matrix with the given paramters. a-d are the elements in the first row, e-h second row...
mul(Color)
- Method in class raytracer.internal.
Color
mul(Color, float)
- Method in class raytracer.internal.
Color
mulLeft(Matrix)
- Method in class raytracer.internal.
Matrix
Returns a new matrix object which is A*THIS
mulLeftTrans(Matrix)
- Method in class raytracer.internal.
Matrix
Returns a new matrix object which is A
t
*THIS
mulRight(Matrix)
- Method in class raytracer.internal.
Matrix
Returns a new matrix object which is THIS*A
mulRightTrans(Matrix)
- Method in class raytracer.internal.
Matrix
Returns a new matrix object which is THIS*A
t
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
G
H
I
L
M
N
O
P
R
S
T
U
V