Uses of Class
xal.tools.math.r3.Z3
Packages that use Z3
-
Uses of Z3 in xal.tools.math.r3
Methods in xal.tools.math.r3 that return Z3Modifier and TypeMethodDescriptionGrid.compCellIndex
(R3 pt) Compute the base vertex index of grid cell containing this point.Z3.copy()
Performs a deep copy operation.Grid.getGridSize()
Get the size of the supporting object array.Vector subtraction.Vector addition.Z3.times
(int s) Scalar multiplication.Vector multiplication using three-dimensional cross product.Methods in xal.tools.math.r3 with parameters of type Z3Modifier and TypeMethodDescriptionGrid.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
Return the grid point object located at grid point index.boolean
Z3.greaterThan
(Z3 r) Element by element greater than comparison (i.e., this>r)boolean
Element by element less than comparison (i.e., this<r)Vector subtraction.Vector addition.Vector multiplication using three-dimensional cross product.Constructors in xal.tools.math.r3 with parameters of type Z3