PixelPoint
- 
class HPS::PixelPoint : public HPS::Point_3D<float>
- The PixelPoint class is a basic 2D point that is assumed to represent a location in pixel space. - Public Functions - 
inline PixelPoint(float px = 0.0f, float py = 0.0f, float pz = 0.0f)
- Initializes a new Point. 
 - 
inline PixelPoint(Point const &in_point)
- Copies the existing point in_point. 
 - 
PixelPoint(WindowKey const &in_window, CameraPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, InnerPixelPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, InnerWindowPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, ObjectPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, PixelPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, WindowPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 - 
PixelPoint(WindowKey const &in_window, WorldPoint const &in_point)
- Converts the point in_point to pixel space via in_window. 
 
- 
inline PixelPoint(float px = 0.0f, float py = 0.0f, float pz = 0.0f)
