Uses of Class
math.Point2D

Packages that use Point2D
math   
utils   
 

Uses of Point2D in math
 

Fields in math declared as Point2D
 Point2D IntersectionInfo.nextTextureCoords
           
 

Methods in math with parameters of type Point2D
static Vector3D VectorOps.createDiffuseVector(OrthonormalBasis uvw, Point2D p)
          creates a diffuse vector from a 2D random point
 

Constructors in math with parameters of type Point2D
Point2D(Point2D p)
          copy constructor
Vector2D(Point2D start, Point2D end)
          constructor, creates a vector as the difference between a start and end point
 

Uses of Point2D in utils
 

Methods in utils that return Point2D
 Point2D Sampler.getPoint(int num)
           
 

Methods in utils with parameters of type Point2D
 double TrianglePixelFilter.warp(Point2D canonical, Point2D warped)
           
 double MitchellNetravaliPixelFilter.warp(Point2D canonical, Point2D warped)
           
 double IPixelFilter.warp(Point2D canonical, Point2D warped)
          warps a point from a canonical random point [0,1]x[0,1] to a range [-0.5*width,0.5*width]x[-0.5*height,0.5*height] (0,0) is the mid of the pixel which is calculated
 double BoxPixelFilter.warp(Point2D canonical, Point2D warped)