Transformation from 3D to 2D. X axis represent Z coordinate. Y axis have value of radius with a sign of Y coordinate.
enum TEveProjection::EPType_e { | kPT_Unknown | |
kPT_RPhi | ||
kPT_RhoZ | ||
kPT_End | ||
}; | ||
enum TEveProjection::EPProc_e { | kPP_Plane | |
kPP_Distort | ||
kPP_Full | ||
}; | ||
enum TEveProjection::EGeoMode_e { | kGM_Unknown | |
kGM_Polygons | ||
kGM_Segments | ||
}; |
static Float_t | TEveProjection::fgEps | resolution of projected points |
TEveVector | fProjectedCenter | projected center of distortion. |
Project point.
Get direction in the unprojected space for axis index in the projected space. This is virtual method from base-class TEveProjection.
Check if segment of two projected points is valid.