Class GenerateMoments


  • public class GenerateMoments
    extends java.lang.Object
    Generate the USR moments for a given Point3d array.
    Author:
    Anthony Bradley
    • Constructor Summary

      Constructors 
      Constructor Description
      GenerateMoments()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static double[] getMoments​(javax.vecmath.Point3d[] inputArray)
      Generate the USR moments for a given input array of 3D points.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenerateMoments

        public GenerateMoments()
    • Method Detail

      • getMoments

        public static double[] getMoments​(javax.vecmath.Point3d[] inputArray)
        Generate the USR moments for a given input array of 3D points.
        Parameters:
        inputArray - the array of Point3d
        Returns:
        the moments of this array