hep.wired.util
Interface XYZindices

All Known Subinterfaces:
ViewPort
All Known Implementing Classes:
Matrix2D, Matrix3D, RectangularViewPort, SetScale, SetTranslate

public interface XYZindices

Constants for indices into XYZ arrays.

Version:
$Id: XYZindices.java 8598 2006-08-14 20:38:02Z duns $
Author:
Mark Donszelmann

Field Summary
static int X
          Index for X in xyz
static int Y
          Index for Y in xyz
static int Z
          Index for Z in xyz
 

Field Detail

X

static final int X
Index for X in xyz

See Also:
Constant Field Values

Y

static final int Y
Index for Y in xyz

See Also:
Constant Field Values

Z

static final int Z
Index for Z in xyz

See Also:
Constant Field Values


Copyright © 1996-2013 FreeHEP. All Rights Reserved.