Class AbstractPoint3Wrapper<P>

  • Type Parameters:
    P - The type of the point
    All Implemented Interfaces:
    Point2Wrapper<P>, Point3Wrapper<P>
    Direct Known Subclasses:
    OpenCVPoint3Wrapper

    public abstract class AbstractPoint3Wrapper<P>
    extends AbstractPoint2Wrapper<P>
    implements Point3Wrapper<P>

    Abstract generic implementation of the Point3Wrapper interface. Getter and Setter for coordinate-values (not for the wrapped point) have to be overwritten in inherited class!

    Since:
    1.0
    Author:
    Christoph Praschl
    • Constructor Detail

      • AbstractPoint3Wrapper

        public AbstractPoint3Wrapper​(P point)