Uses of Record Class
org.episteme.social.arts.SymmetryAnalyzer.SymmetryResult
Packages that use SymmetryAnalyzer.SymmetryResult
-
Uses of SymmetryAnalyzer.SymmetryResult in org.episteme.social.arts
Methods in org.episteme.social.arts that return SymmetryAnalyzer.SymmetryResultModifier and TypeMethodDescriptionSymmetryAnalyzer.detectBilateralSymmetry(List<double[]> points) Detects bilateral (mirror) symmetry in a point cloud using centroid-based axis testing.SymmetryAnalyzer.detectRotationalSymmetry(List<double[]> points) Detects rotational symmetry by searching for the best N-fold rotation score around the shape's centroid.SymmetryAnalyzer.detectTranslationalSymmetry(List<double[]> points, double minPeriod, double maxPeriod) Detects translational (repeating) symmetry by scanning for a period vector that maps points onto each other.