Package | Description |
---|---|
hep.wired.heprep.projection |
Standard Projections and their Features.
|
hep.wired.heprep.services |
The Services provided by and to WIRED.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProjection
Base class for projections.
|
class |
ClockProjection
Shows azimuthal region in detail while displaying the full 360 degrees.
|
class |
CompositeProjection
Sequence of projections.
|
class |
CylindricalFishEyeProjection
Blows up the center of the plot cylindrically while squeezing the outer
parts.
|
class |
FlatProjection
2D projection of (X,Y) into (U,V).
|
class |
NullProjection
Dummy projection which changes nothing.
|
class |
ParallelProjection
3D parallel projection of (X,Y,Z) into (U,V,W).
|
static class |
ParallelProjection.XY |
static class |
ParallelProjection.XZ |
static class |
ParallelProjection.YZ |
static class |
ParallelProjection.ZX |
static class |
ParallelProjection.ZY |
class |
PerspectiveProjection
3D perspective projection of (X,Y,Z) into (U,V,W).
|
static class |
PerspectiveProjection.XY |
static class |
PerspectiveProjection.XZ |
static class |
PerspectiveProjection.YZ |
static class |
PerspectiveProjection.ZX |
static class |
PerspectiveProjection.ZY |
class |
RhoZ |
class |
RhoZFishEye |
class |
RhoZProjection
Projects R : sqrt(x^2 + y^2) and Z.
|
class |
VariableProjection
Base class for projections based on named variables.
|
class |
YXClock |
class |
YXFishEye |
Modifier and Type | Interface and Description |
---|---|
interface |
InverseProjection
Transforms coordinates in one system (X', Y', Z') into coordinates of the original
system (X, Y, Z).
|
interface |
Projection
Transforms coordinates in one system (X, Y, Z) into coordinates of another
system (X', Y', Z').
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.