Uses of Class
xal.tools.math.r3.Z3

Packages that use Z3
Package
Description
 
  • Uses of Z3 in xal.tools.math.r3

    Methods in xal.tools.math.r3 that return Z3
    Modifier and Type
    Method
    Description
    Grid.compCellIndex(R3 pt)
    Compute the base vertex index of grid cell containing this point.
    Z3.copy()
    Performs a deep copy operation.
    Get the size of the supporting object array.
    Z3.minus(Z3 r)
    Vector subtraction.
    Z3.plus(Z3 r)
    Vector addition.
    Z3.times(int s)
    Scalar multiplication.
    Z3.times(Z3 r)
    Vector multiplication using three-dimensional cross product.
    Methods in xal.tools.math.r3 with parameters of type Z3
    Modifier and Type
    Method
    Description
    Grid.compPtCoords(Z3 vecIndex)
    Return the coordinates in R3 of the grid point at index (i,j,k)
    protected xal.tools.math.r3.Grid.GridCell
    Grid.getGridCell(Z3 vecInd)
    Return the grid cell object located at grid cell index.
    protected xal.tools.math.r3.Grid.GridPt
    Grid.getGridPt(Z3 vecInd)
    Return the grid point object located at grid point index.
    boolean
    Element by element greater than comparison (i.e., this>r)
    boolean
    Z3.lessThan(Z3 r)
    Element by element less than comparison (i.e., this<r)
    Z3.minus(Z3 r)
    Vector subtraction.
    Z3.plus(Z3 r)
    Vector addition.
    Z3.times(Z3 r)
    Vector multiplication using three-dimensional cross product.
    Constructors in xal.tools.math.r3 with parameters of type Z3
    Modifier
    Constructor
    Description
     
    Z3(Z3 vecPt)
    Creates a new instance of Z3 initialized to argument.