Class PathAnalyzer.CartesianAnalysis

  • Enclosing class:
    PathAnalyzer

    public static class PathAnalyzer.CartesianAnalysis
    extends java.lang.Object
    Result struct for Cartesian analysis
    • Constructor Detail

      • CartesianAnalysis

        public CartesianAnalysis​(long cPtr,
                                 boolean cMemoryOwn)
      • CartesianAnalysis

        public CartesianAnalysis()
        Construct CartesianAnalysis struct with length initialized to 0
    • Method Detail

      • delete

        public void delete()
      • setLength

        public void setLength​(double value)
        Cartesian length of the Path
      • getLength

        public double getLength()
        Cartesian length of the Path
      • setDistances

        public void setDistances​(Vector3D value)
        Total distance travelled in the x,y and z directions
      • getDistances

        public Vector3D getDistances()
        Total distance travelled in the x,y and z directions
      • setLower

        public void setLower​(Vector3D value)
        Lower bound on the Cartesian position
      • getLower

        public Vector3D getLower()
        Lower bound on the Cartesian position
      • setUpper

        public void setUpper​(Vector3D value)
        Upper bound on the Cartesian position
      • getUpper

        public Vector3D getUpper()
        Upper bound on the Cartesian position