Module org.dyn4j

Class AbstractHullGenerator

    • Constructor Detail

      • AbstractHullGenerator

        public AbstractHullGenerator()
    • Method Detail

      • generate

        public List<Vector2> generate​(List<Vector2> points)
        Description copied from interface: HullGenerator
        Returns a convex hull generated from the given point set in counter-clockwise point order.

        Returns null if the given points array is null.

        Returns the array unchanged if the length is less than or equal to 2.

        Specified by:
        generate in interface HullGenerator
        Parameters:
        points - the point set or cloud
        Returns:
        List<Vector2> the convex hull vertices