hep.wired.util
Interface UVWindices

All Known Subinterfaces:
ViewPort
All Known Implementing Classes:
Matrix2D, Matrix3D, RectangularViewPort, Translate

public interface UVWindices

Constants for indices into UVW arrays.

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

Field Summary
static int U
          Index for U in uvw
static int V
          Index for V in uvw
static int W
          Index for W in uvw
 

Field Detail

U

static final int U
Index for U in uvw

See Also:
Constant Field Values

V

static final int V
Index for V in uvw

See Also:
Constant Field Values

W

static final int W
Index for W in uvw

See Also:
Constant Field Values


Copyright © 1996-2013 FreeHEP. All Rights Reserved.