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

V

v - Variable in class math.OrthonormalBasis
 
v - Variable in class math.Quaternion
 
value(Vector3D, IntersectionInfo) - Method in interface material.IBSDF
return actual BRDF value as a RGB value
value(Vector3D, IntersectionInfo) - Method in class material.IsotropicPhongBRDF
return actual BRDF value as a RGB value
value(Vector3D, IntersectionInfo) - Method in class material.LambertianBRDF
return actual BRDF value as a RGB value
valueOf(String) - Static method in enum raytracer.RayState.RayType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum raytracer.ScatteredRay.ScatRayType
Returns the enum constant of this type with the specified name.
ValuePainter - Class in painter
 
ValuePainter(double) - Constructor for class painter.ValuePainter
constructor
values() - Static method in enum raytracer.RayState.RayType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum raytracer.ScatteredRay.ScatRayType
Returns an array containing the constants of this enum type, in the order they are declared.
Vector - Class in math
a 4 vector for homogene coordinates
Vector(double, double, double, double) - Constructor for class math.Vector
constructor
Vector2D - Class in math
a 2 dimensional vector
Vector2D(double, double) - Constructor for class math.Vector2D
constructor
Vector2D(Vector2D) - Constructor for class math.Vector2D
 
Vector2D(Point2D, Point2D) - Constructor for class math.Vector2D
constructor, creates a vector as the difference between a start and end point
Vector3D - Class in math
a three dimensional vector extending the 4 vector the fourth component is therefor 0
Vector3D() - Constructor for class math.Vector3D
standard constructor
Vector3D(double, double, double) - Constructor for class math.Vector3D
constructor, creates a vector from three doubles
Vector3D(Vector3D) - Constructor for class math.Vector3D
copy constructor
Vector3D(Point3D, Point3D) - Constructor for class math.Vector3D
constructor, creates a vector from a start and an end point
VectorOps - Class in math
a class with vector operations
VectorOps() - Constructor for class math.VectorOps
 

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